]> pd.if.org Git - pdclib/blobdiff - includes/limits.h
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / includes / limits.h
index 5eeaf1017a8ca878565eac1a1f7cb1becb75180d..998aa390306262337005afd40bd78adbe91282e4 100644 (file)
@@ -8,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