]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_aux.h
Comment cleanups.
[pdclib] / internals / _PDCLIB_aux.h
index aa5c1289f481bd9fa274ab8ad332eede6edf674a..f71fd47f8e5563db83e21c130cbc92c365117915 100644 (file)
@@ -1,13 +1,12 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* 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).         */
@@ -64,4 +63,5 @@
 
 #define _PDCLIB_symbol2value( x ) #x
 #define _PDCLIB_symbol2string( x ) _PDCLIB_symbol2value( x )
-#define _PDCLIB_symbol2identity( x ) x
+
+#endif