]> pd.if.org Git - pdclib/blobdiff - includes/limits.h
Removed SVN keyword tags.
[pdclib] / includes / limits.h
index 0631bf045c1cdd010f952f4f9c4617e4a751721a..c81ddece55723d928c9566b35b0d5c49bc90830b 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* 7.10 Sizes of integer types <limits.h>
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -10,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