]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_aux.h
Removed the header include guard 'optimization'.
[pdclib] / internals / _PDCLIB_aux.h
index 71196a566b64e83fccd2709c64cd7161acae8550..caa67cfedb09043af9a0f6bdfb43bae996b73a6a 100644 (file)
@@ -6,6 +6,9 @@
    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).         */
@@ -62,5 +65,5 @@
 
 #define _PDCLIB_symbol2value( x ) #x
 #define _PDCLIB_symbol2string( x ) _PDCLIB_symbol2value( x )
-#define _PDCLIB_symbol2identity( x ) x
 
+#endif