]> pd.if.org Git - pdclib/commitdiff
Added internal headerguard defines that were missing.
authorsolar <unknown>
Sun, 4 Dec 2005 16:57:02 +0000 (16:57 +0000)
committersolar <unknown>
Sun, 4 Dec 2005 16:57:02 +0000 (16:57 +0000)
functions/_PDCLIB/atomax.c
functions/_PDCLIB/strtox_main.c
functions/assert.c
functions/stdlib/strtol.c
functions/stdlib/strtoll.c
functions/stdlib/strtoul.c
functions/stdlib/strtoull.c

index bde1fafffa8416190898035a1b8dce90d550ae53..e2403f43b92f78897da90905e1b0f86ffb19aeea 100644 (file)
@@ -8,6 +8,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <string.h>
 #include <ctype.h>
index e6e3d110051ed52bbc6b35968bbf448a9ea70f50..57e184555cf1e66f99a58c4561c249289542b300 100644 (file)
@@ -8,6 +8,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <ctype.h>
 #include <errno.h>
index e1a2dece92e92436cf9fb9d9fddb9dff44abe33c..67bf6d9412de144fb40e2cbcc8eea59610b495ac 100644 (file)
@@ -7,7 +7,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#ifndef _PDCLIB_AUX_H
+#define _PDCLIB_AUX_H _PDCLIB_AUX_H
 #include <_PDCLIB_aux.h>
+#endif
 
 #if _PDCLIB_C_VERSION == 99
 void _PDCLIB_assert( char const * const message1, char const * const function, char const * const message2 )
index 1a40409d7d030dabc609e84f7c163f973d4932e2..2ee1e5f3fab52aa72af6b963120373569618efa0 100644 (file)
@@ -8,9 +8,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <limits.h>
-#include <stddef.h>
 #include <stdlib.h>
 
 #ifndef REGTEST
index 2f7a2697d75823ab1054bbb55392ca860118af60..21ef1f48783aceaf6de74923a6f968931a1afa41 100644 (file)
@@ -8,6 +8,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <limits.h>
 #include <stdlib.h>
index e38dbd678f36b95b736949467a3a244fe2385ae0..80bacec30aebbb8165d0d146f51fe56c54e8f572 100644 (file)
@@ -8,9 +8,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <limits.h>
-#include <stddef.h>
 #include <stdlib.h>
 
 #ifndef REGTEST
index 08b696a4921359cb92982f8f4aae9de7cc59aaaf..de7275a9b58881c92163293c1669e51ea8ae7862 100644 (file)
@@ -8,9 +8,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <limits.h>
-#include <stddef.h>
 #include <stdlib.h>
 
 #ifndef REGTEST