]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/assert.c
Comment cleanups.
[pdclib] / functions / _PDCLIB / assert.c
index fbee63404eb97417ea59fcf0cb97cb6b34c04713..c568d04a07246a77e85436ef219b72594ef0053a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_assert( char const * )
 
    This file is part of the Public Domain C Library (PDCLib).
 
 #ifndef REGTEST
 
-#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 )