From: solar Date: Sun, 4 Dec 2005 16:57:02 +0000 (+0000) Subject: Added internal headerguard defines that were missing. X-Git-Tag: v0.4~44 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=ec01598cc2925e0bb00a50dd60ccd5ab5d3cbe57 Added internal headerguard defines that were missing. --- diff --git a/functions/_PDCLIB/atomax.c b/functions/_PDCLIB/atomax.c index bde1faf..e2403f4 100644 --- a/functions/_PDCLIB/atomax.c +++ b/functions/_PDCLIB/atomax.c @@ -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 #include diff --git a/functions/_PDCLIB/strtox_main.c b/functions/_PDCLIB/strtox_main.c index e6e3d11..57e1845 100644 --- a/functions/_PDCLIB/strtox_main.c +++ b/functions/_PDCLIB/strtox_main.c @@ -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 #include diff --git a/functions/assert.c b/functions/assert.c index e1a2dec..67bf6d9 100644 --- a/functions/assert.c +++ b/functions/assert.c @@ -7,7 +7,10 @@ #include #include +#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 ) diff --git a/functions/stdlib/strtol.c b/functions/stdlib/strtol.c index 1a40409..2ee1e5f 100644 --- a/functions/stdlib/strtol.c +++ b/functions/stdlib/strtol.c @@ -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 -#include #include #ifndef REGTEST diff --git a/functions/stdlib/strtoll.c b/functions/stdlib/strtoll.c index 2f7a269..21ef1f4 100644 --- a/functions/stdlib/strtoll.c +++ b/functions/stdlib/strtoll.c @@ -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 #include diff --git a/functions/stdlib/strtoul.c b/functions/stdlib/strtoul.c index e38dbd6..80bacec 100644 --- a/functions/stdlib/strtoul.c +++ b/functions/stdlib/strtoul.c @@ -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 -#include #include #ifndef REGTEST diff --git a/functions/stdlib/strtoull.c b/functions/stdlib/strtoull.c index 08b696a..de7275a 100644 --- a/functions/stdlib/strtoull.c +++ b/functions/stdlib/strtoull.c @@ -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 -#include #include #ifndef REGTEST