]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_aux.h
Sweeping cleanups. Sorry for the massive commit; I got sidetracked once too often.
[pdclib] / internals / _PDCLIB_aux.h
index 16e7ed86ce0353b1055da508ed65702eb0125900..8f1cb7fee61dbcbd78ddef3bd7ce3c9e85b3b0b7 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef __PDCLIB_AUX_H
-#define __PDCLIB_AUX_H __PDCLIB_AUX_H
-
 /* Auxiliary PDCLib code <_PDCLIB_aux.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    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).         */
 #endif
 
 #ifdef __cplusplus
-    #define _PDCLIB_BEGIN_EXTERN_C extern "C" {
-    #define _PDCLIB_END_EXTERN_C }
     typedef bool _PDCLIB_bool;
 #else
-    #define _PDCLIB_BEGIN_EXTERN_C
-    #define _PDCLIB_END_EXTERN_C
     typedef _Bool _PDCLIB_bool;
 #endif