]> pd.if.org Git - pdclib.old/blobdiff - includes/limits.h
Modify various POSIX platform files so you can build on top of glibc for testing
[pdclib.old] / includes / limits.h
index 0631bf045c1cdd010f952f4f9c4617e4a751721a..998aa390306262337005afd40bd78adbe91282e4 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* 7.10 Sizes of integer types <limits.h>
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -10,11 +8,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