]> pd.if.org Git - pdclib/blobdiff - includes/limits.h
Removed SVN keyword tags.
[pdclib] / includes / limits.h
index 5eeaf1017a8ca878565eac1a1f7cb1becb75180d..c81ddece55723d928c9566b35b0d5c49bc90830b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.10 Sizes of integer types <limits.h>
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -8,11 +6,7 @@
 
 #ifndef _PDCLIB_LIMITS_H
 #define _PDCLIB_LIMITS_H _PDCLIB_LIMITS_H
-
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
-#endif
 
 /* TODO: Defined to 1 as multibyte characters are not supported yet. */
 #define MB_LEN_MAX 1