X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=includes%2Flimits.h;h=378fec6b5d64c4704b2b77904d8d8ed009290601;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=7aa7c424052b99ab3f0c62b95cf6825a29ac78c4;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/includes/limits.h b/includes/limits.h index 7aa7c42..378fec6 100644 --- a/includes/limits.h +++ b/includes/limits.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.10 Sizes of integer types +/* Sizes of integer types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -9,7 +7,7 @@ #ifndef _PDCLIB_LIMITS_H #define _PDCLIB_LIMITS_H _PDCLIB_LIMITS_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" /* TODO: Defined to 1 as multibyte characters are not supported yet. */ #define MB_LEN_MAX 1