]> pd.if.org Git - pdclib/commitdiff
Removed the header include guard 'optimization'.
authorMartin Baute <solar@rootdirectory.de>
Wed, 16 Mar 2016 05:21:15 +0000 (06:21 +0100)
committerMartin Baute <solar@rootdirectory.de>
Wed, 16 Mar 2016 05:21:15 +0000 (06:21 +0100)
35 files changed:
functions/_PDCLIB/assert.c
functions/_PDCLIB/atomax.c
functions/_PDCLIB/digits.c
functions/_PDCLIB/errno.c
functions/_PDCLIB/prepread.c
functions/_PDCLIB/strtox_main.c
functions/stdio/fgets.c
functions/stdio/gets.c
functions/stdlib/free.c
functions/stdlib/malloc.c
includes/assert.h
includes/ctype.h
includes/errno.h
includes/limits.h
includes/locale.h
includes/stdarg.h
includes/stddef.h
includes/stdint.h
includes/stdio.h
includes/stdlib.h
includes/string.h
internals/_PDCLIB_aux.h
internals/_PDCLIB_glue.h
internals/_PDCLIB_int.h
platform/example/functions/_PDCLIB/allocpages.c
platform/example/functions/_PDCLIB/seek.c
platform/example/includes/float.h
platform/example/includes/signal.h
platform/example/internals/_PDCLIB_config.h
platform/example_64/internals/_PDCLIB_config.h
platform/example_cygwin/functions/_PDCLIB/allocpages.c
platform/example_cygwin/functions/_PDCLIB/seek.c
platform/example_cygwin/includes/float.h
platform/example_cygwin/includes/signal.h
platform/example_cygwin/internals/_PDCLIB_config.h

index fbee63404eb97417ea59fcf0cb97cb6b34c04713..fb3d24bfb1260219dbc401b77c6418e5df933b6f 100644 (file)
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#ifndef _PDCLIB_AUX_H
-#define _PDCLIB_AUX_H _PDCLIB_AUX_H
 #include <_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 )
 
 #if _PDCLIB_C_VERSION == 99
 void _PDCLIB_assert( char const * const message1, char const * const function, char const * const message2 )
index 9a7021813bf1122f73794a8a36e75cade05850c1..45095e77256767070b35008dcc2119413b161a22 100644 (file)
@@ -6,7 +6,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    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>
 #include <_PDCLIB_int.h>
 #include <string.h>
 #include <ctype.h>
index 940e962bd943f55e2d9469339621af72bbeba0e3..ad41e5d906bdd00a8df28aa3fec1dde30f8a4b0a 100644 (file)
@@ -6,10 +6,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
 
 
 char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
 
index 5ae0ca4c2521d25e38e7af144cd20412e8e52af9..7a690800d45f92c6b492448f1b3238d77427c406 100644 (file)
@@ -6,7 +6,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 
 #ifndef REGTEST
 #include <_PDCLIB_int.h>
 
 #ifndef REGTEST
index 9111ff49b9eaf0a7309d932acd216aecc2e781a3..d2288c7455d188e552c87c94410d47ca3059dd12 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 
 int _PDCLIB_prepread( struct _PDCLIB_file_t * stream )
 #include <_PDCLIB_glue.h>
 
 int _PDCLIB_prepread( struct _PDCLIB_file_t * stream )
index b19a1e7d15d4f2b3cfba54bc3f07b6bac6353120..1556ec4bab7a9a201740ae91de8ceb20aedb422a 100644 (file)
@@ -6,7 +6,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    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>
 #include <_PDCLIB_int.h>
 #include <ctype.h>
 #include <errno.h>
index 7d5801bb89ea2da4fd9d405135d1873a194b935d..44518a3e0b0f2552a8d5b1a47c81fb7fd3bf37f0 100644 (file)
@@ -10,7 +10,6 @@
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 
 char * fgets( char * _PDCLIB_restrict s, int size, struct _PDCLIB_file_t * _PDCLIB_restrict stream )
 #include <_PDCLIB_glue.h>
 
 char * fgets( char * _PDCLIB_restrict s, int size, struct _PDCLIB_file_t * _PDCLIB_restrict stream )
index ac93e972585616a0cb79215b14b005ce383494f9..e59602ea950d550a9c0c42435a5e935e4f468068 100644 (file)
@@ -10,7 +10,6 @@
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 
 char * gets( char * s )
 #include <_PDCLIB_glue.h>
 
 char * gets( char * s )
index 4370487750ad2dbddbc71860833926f1a34de3c7..86044c0f5bad66e629312b4513f791c6ab19859c 100644 (file)
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 /* TODO: Primitive placeholder. Much room for improvement. */
 
 
 /* TODO: Primitive placeholder. Much room for improvement. */
 
index 05fd82ed42acf670969a4ba4a14fcc89f8466177..0b0d6e3c0920b9a9f6a94f832bcc594d621ee1b0 100644 (file)
 
 #ifndef REGTEST
 
 
 #ifndef REGTEST
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H _PDLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 #include <_PDCLIB_glue.h>
-#endif
 
 /* TODO: Primitive placeholder. Much room for improvement. */
 
 
 /* TODO: Primitive placeholder. Much room for improvement. */
 
index fb6dbf1b1b63a5118cf523c3f2c6567b953b580f..2b4b20fc9544dc3596423c8bcb5d3b0d58969447 100644 (file)
@@ -6,15 +6,8 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#ifndef _PDCLIB_AUX_H
-#define _PDCLIB_AUX_H _PDCLIB_AUX_H
 #include <_PDCLIB_aux.h>
 #include <_PDCLIB_aux.h>
-#endif
-
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
 #include <_PDCLIB_config.h>
 #include <_PDCLIB_config.h>
-#endif
 
 #ifndef _PDCLIB_ASSERT_H
 #define _PDCLIB_ASSERT_H _PDCLIB_ASSERT_H
 
 #ifndef _PDCLIB_ASSERT_H
 #define _PDCLIB_ASSERT_H _PDCLIB_ASSERT_H
index ae951460b042dee3f8f872c2052b7654967f4753..c82c26d7f1881a7a0699fe452e14cb55fb4d5f1b 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_CTYPE_H
 #define _PDCLIB_CTYPE_H _PDCLIB_CTYPE_H
 
 #ifndef _PDCLIB_CTYPE_H
 #define _PDCLIB_CTYPE_H _PDCLIB_CTYPE_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 /* Character classification functions */
 
 
 /* Character classification functions */
 
index 90c61db1fbf9dfda207aabe1b2129f3d9729faf8..fb813eec46a638a99d6f5c02b375b2cf2409de66 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_ERRNO_H
 #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H
 
 #ifndef _PDCLIB_ERRNO_H
 #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 #define errno (*_PDCLIB_errno_func())
 
 
 #define errno (*_PDCLIB_errno_func())
 
index 5eeaf1017a8ca878565eac1a1f7cb1becb75180d..7aa7c424052b99ab3f0c62b95cf6825a29ac78c4 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_LIMITS_H
 #define _PDCLIB_LIMITS_H _PDCLIB_LIMITS_H
 
 #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>
 #include <_PDCLIB_int.h>
-#endif
 
 /* TODO: Defined to 1 as multibyte characters are not supported yet. */
 #define MB_LEN_MAX 1
 
 /* TODO: Defined to 1 as multibyte characters are not supported yet. */
 #define MB_LEN_MAX 1
index 82fc21ba44da0c7438fa6ed653f4ff5ff1298f13..474ee052f4c27c6075f2bf96ca120949d3fd48bd 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_LOCALE_H
 #define _PDCLIB_LOCALE_H _PDCLIB_LOCALE_H
 
 #ifndef _PDCLIB_LOCALE_H
 #define _PDCLIB_LOCALE_H _PDCLIB_LOCALE_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 #ifndef _PDCLIB_NULL_DEFINED
 #define _PDCLIB_NULL_DEFINED _PDCLIB_NULL_DEFINED
 
 #ifndef _PDCLIB_NULL_DEFINED
 #define _PDCLIB_NULL_DEFINED _PDCLIB_NULL_DEFINED
index e75cd55c68b8a61cd4e730ed3a317747c83a58ac..2ffc4460dacff2b56a0f45a05a61303df819c002 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_STDARG_H
 #define _PDCLIB_STDARG_H _PDCLIB_STDARG_H
 
 #ifndef _PDCLIB_STDARG_H
 #define _PDCLIB_STDARG_H _PDCLIB_STDARG_H
 
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
 #include <_PDCLIB_config.h>
 #include <_PDCLIB_config.h>
-#endif
 
 typedef _PDCLIB_va_list va_list;
 
 
 typedef _PDCLIB_va_list va_list;
 
index 8968577e73f7f7853f13294e86202df5b8afc575..44b98225c84bf562bea7cf0a14fcda9237c3d93e 100644 (file)
@@ -9,15 +9,7 @@
 #ifndef _PDCLIB_STDDEF_H
 #define _PDCLIB_STDDEF_H _PDCLIB_STDDEF_H
 
 #ifndef _PDCLIB_STDDEF_H
 #define _PDCLIB_STDDEF_H _PDCLIB_STDDEF_H
 
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
-#include <_PDCLIB_config.h>
-#endif
-
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 typedef _PDCLIB_ptrdiff_t ptrdiff_t;
 
 
 typedef _PDCLIB_ptrdiff_t ptrdiff_t;
 
index a5dfc5cdc17672999e683058720010cb1e2db687..417791e3981268b217d4501fc05bf5337738012f 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_STDINT_H
 #define _PDCLIB_STDINT_H _PDCLIB_STDINT_H
 
 #ifndef _PDCLIB_STDINT_H
 #define _PDCLIB_STDINT_H _PDCLIB_STDINT_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 /* 7.18.1.1 Exact-width integer types. */
 
 
 /* 7.18.1.1 Exact-width integer types. */
 
index a2428a50faab6847a2085e6e7ee0417177e5332b..560b4f2687b4fcaafa077ea852db748181f4e1a5 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_STDIO_H
 #define _PDCLIB_STDIO_H _PDCLIB_STDIO_H
 
 #ifndef _PDCLIB_STDIO_H
 #define _PDCLIB_STDIO_H _PDCLIB_STDIO_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 #ifndef _PDCLIB_SIZE_T_DEFINED
 #define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED
 
 #ifndef _PDCLIB_SIZE_T_DEFINED
 #define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED
index b035c9cfbbacdc0b692eb533fd7cdbc7e7cd844e..1c8a93601d62433278347ca83f251c4bfc5f0364 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_STDLIB_H
 #define _PDCLIB_STDLIB_H _PDCLIB_STDLIB_H
 
 #ifndef _PDCLIB_STDLIB_H
 #define _PDCLIB_STDLIB_H _PDCLIB_STDLIB_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 #ifndef _PDCLIB_SIZE_T_DEFINED
 #define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED
 
 #ifndef _PDCLIB_SIZE_T_DEFINED
 #define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED
index c5f74b5e50729bf3f97bedf149ca460fcba74285..495e60530b39b08ea0b1be8c78c5694f3f63b00b 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_STRING_H
 #define _PDCLIB_STRING_H _PDCLIB_STRING_H
 
 #ifndef _PDCLIB_STRING_H
 #define _PDCLIB_STRING_H _PDCLIB_STRING_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 #ifndef _PDCLIB_SIZE_T_DEFINED
 #define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED
 
 #ifndef _PDCLIB_SIZE_T_DEFINED
 #define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED
index 15c5db6f168febfe4ce1745e8919d0d5d604eded..caa67cfedb09043af9a0f6bdfb43bae996b73a6a 100644 (file)
@@ -6,6 +6,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#ifndef _PDCLIB_AUX_H
+#define _PDCLIB_AUX_H _PDCLIB_AUX_H
+
 /* -------------------------------------------------------------------------- */
 /* You should not have to edit anything in this file; if you DO have to, it   */
 /* would be considered a bug / missing feature: notify the author(s).         */
 /* -------------------------------------------------------------------------- */
 /* You should not have to edit anything in this file; if you DO have to, it   */
 /* would be considered a bug / missing feature: notify the author(s).         */
@@ -63,3 +66,4 @@
 #define _PDCLIB_symbol2value( x ) #x
 #define _PDCLIB_symbol2string( x ) _PDCLIB_symbol2value( x )
 
 #define _PDCLIB_symbol2value( x ) #x
 #define _PDCLIB_symbol2string( x ) _PDCLIB_symbol2value( x )
 
+#endif
index 3c5872bcbeab7744d215b9b765d78e9cc72ab684..30532c92023dbd000352c21c07de7c8b4047ad26 100644 (file)
@@ -6,10 +6,10 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
+#ifndef _PDCLIB_GLUE_H
+#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
+
 #include <_PDCLIB_int.h>
 #include <_PDCLIB_int.h>
-#endif
 
 /* -------------------------------------------------------------------------- */
 /* OS "glue", part 2                                                          */
 
 /* -------------------------------------------------------------------------- */
 /* OS "glue", part 2                                                          */
@@ -75,3 +75,4 @@ int _PDCLIB_remove( const char * filename );
 */
 int _PDCLIB_rename( const char * old, const char * new );
 
 */
 int _PDCLIB_rename( const char * old, const char * new );
 
+#endif
index a46c2dc6c7f93014a58cb85a3949e976891ce821..fc2b75bdd00e5a25c7dead5b965cfd6968590536 100644 (file)
@@ -6,20 +6,16 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#ifndef _PDCLIB_INT_H
+#define _PDCLIB_INT_H _PDCLIB_INT_H
+
 /* -------------------------------------------------------------------------- */
 /* You should not have to edit anything in this file; if you DO have to, it   */
 /* would be considered a bug / missing feature: notify the author(s).         */
 /* -------------------------------------------------------------------------- */
 
 /* -------------------------------------------------------------------------- */
 /* You should not have to edit anything in this file; if you DO have to, it   */
 /* would be considered a bug / missing feature: notify the author(s).         */
 /* -------------------------------------------------------------------------- */
 
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
 #include <_PDCLIB_config.h>
 #include <_PDCLIB_config.h>
-#endif
-
-#ifndef _PDCLIB_AUX_H
-#define _PDCLIB_AUX_H _PDCLIB_AUX_H
 #include <_PDCLIB_aux.h>
 #include <_PDCLIB_aux.h>
-#endif
 
 /* null pointer constant */
 #define _PDCLIB_NULL 0
 
 /* null pointer constant */
 #define _PDCLIB_NULL 0
@@ -442,3 +438,4 @@ struct _PDCLIB_ctype_t
     unsigned char collation;
 };
 
     unsigned char collation;
 };
 
+#endif
index 435e8c64b8840fa7c429f2faadaf9d81caca3d8a..1463895c74ea1b6ea7932d46be825106ef32b0cf 100644 (file)
 int brk( void * );
 void * sbrk( intptr_t );
 
 int brk( void * );
 void * sbrk( intptr_t );
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 #include <_PDCLIB_glue.h>
-#endif
 
 static void * membreak = NULL;
 
 
 static void * membreak = NULL;
 
index 755abe2cb1eb9393a943356007f9071a69b9f2de..6944f787856c621308777f35ef6bc9262176307d 100644 (file)
@@ -8,10 +8,7 @@
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 #include <_PDCLIB_glue.h>
-#endif
 
 #include "/usr/include/errno.h"
 
 
 #include "/usr/include/errno.h"
 
index de47aeb501358af370570ff668326a47dc672e62..d10a730954e47721263fa35ec5302806e0a70bdc 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_FLOAT_H
 #define _PDCLIB_FLOAT_H _PDCLIB_FLOAT_H
 
 #ifndef _PDCLIB_FLOAT_H
 #define _PDCLIB_FLOAT_H _PDCLIB_FLOAT_H
 
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
 #include <_PDCLIB_config.h>
 #include <_PDCLIB_config.h>
-#endif
 
 #define FLT_ROUNDS      _PDCLIB_FLT_ROUNDS
 #define FLT_EVAL_METHOD _PDCLIB_FLT_EVAL_METHOD
 
 #define FLT_ROUNDS      _PDCLIB_FLT_ROUNDS
 #define FLT_EVAL_METHOD _PDCLIB_FLT_EVAL_METHOD
index 9b812c96d66f4dba17fc27b489b9686b4c971446..5b9bef1c1295b4a7a32fe688bb0efbd5f071fc20 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
 
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
 #include <_PDCLIB_config.h>
 #include <_PDCLIB_config.h>
-#endif
 
 /* Signals ------------------------------------------------------------------ */
 
 
 /* Signals ------------------------------------------------------------------ */
 
index 64cc98dc73411bcc4e854ff936e09ab0d2e76f63..233a88c8490cbb188efd0a1552b51c8f6ea5f79d 100644 (file)
@@ -7,6 +7,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#ifndef _PDCLIB_CONFIG_H
+#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
+
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
@@ -354,3 +357,4 @@ typedef int _PDCLIB_fd_t;
 */
 #define _PDCLIB_ERROR  4
 
 */
 #define _PDCLIB_ERROR  4
 
+#endif
index c50281ad307822008925ee1fbd2066ce79f515a1..92c2cd2d24d3bfded1b84a41f8da5f044d822adf 100644 (file)
@@ -7,6 +7,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#ifndef _PDCLIB_CONFIG_H
+#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
+
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
@@ -278,3 +281,5 @@ typedef int _PDCLIB_fd_t;
    this capability dependent on implementation-defined behaviour (not good).
 */
 #define _PDCLIB_UNGETCBUFSIZE 1
    this capability dependent on implementation-defined behaviour (not good).
 */
 #define _PDCLIB_UNGETCBUFSIZE 1
+
+#endif
index 5998c405abe880a789b08de4c25599f10a7f7b8a..9ddca173121c8a53baa623df813d3cbab75536d8 100644 (file)
 
 void * sbrk( intptr_t );
 
 
 void * sbrk( intptr_t );
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 #include <_PDCLIB_glue.h>
-#endif
 
 static void * membreak = NULL;
 
 
 static void * membreak = NULL;
 
index 449a62a459cfd23a0a847470483993e373049775..ace9439a4067139c1e936892b5717dd0560f4c56 100644 (file)
@@ -8,10 +8,7 @@
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 #include <_PDCLIB_glue.h>
-#endif
 
 #include "/usr/include/errno.h"
 
 
 #include "/usr/include/errno.h"
 
index de47aeb501358af370570ff668326a47dc672e62..d10a730954e47721263fa35ec5302806e0a70bdc 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_FLOAT_H
 #define _PDCLIB_FLOAT_H _PDCLIB_FLOAT_H
 
 #ifndef _PDCLIB_FLOAT_H
 #define _PDCLIB_FLOAT_H _PDCLIB_FLOAT_H
 
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
 #include <_PDCLIB_config.h>
 #include <_PDCLIB_config.h>
-#endif
 
 #define FLT_ROUNDS      _PDCLIB_FLT_ROUNDS
 #define FLT_EVAL_METHOD _PDCLIB_FLT_EVAL_METHOD
 
 #define FLT_ROUNDS      _PDCLIB_FLT_ROUNDS
 #define FLT_EVAL_METHOD _PDCLIB_FLT_EVAL_METHOD
index 9b812c96d66f4dba17fc27b489b9686b4c971446..5b9bef1c1295b4a7a32fe688bb0efbd5f071fc20 100644 (file)
@@ -9,10 +9,7 @@
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
 
 #ifndef _PDCLIB_SIGNAL_H
 #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H
 
-#ifndef _PDCLIB_CONFIG_H
-#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
 #include <_PDCLIB_config.h>
 #include <_PDCLIB_config.h>
-#endif
 
 /* Signals ------------------------------------------------------------------ */
 
 
 /* Signals ------------------------------------------------------------------ */
 
index 2fd09e9706becf513c23796fe4748d5c071eb4f8..43e227d710536b6cdcacbf1f5c4f46273ee75f87 100644 (file)
@@ -7,6 +7,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#ifndef _PDCLIB_CONFIG_H
+#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
+
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
@@ -287,3 +290,5 @@ typedef int _PDCLIB_fd_t;
 #define _PDCLIB_UNGETCBUFSIZE 1
 
 typedef long wint_t;
 #define _PDCLIB_UNGETCBUFSIZE 1
 
 typedef long wint_t;
+
+#endif