]> pd.if.org Git - pdclib/blobdiff - includes/assert.h
Some cleanup.
[pdclib] / includes / assert.h
index f99ccd785fbb7431c47b2b71d4c25e6c6369ae40..ebf4d8c15b4eac6224415223754ba50459264ebd 100644 (file)
@@ -4,7 +4,7 @@
 // Public Domain C Library - http://pdclib.sourceforge.net
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
-// Provides the debug macro assert().
+// Diagnostics
 // ----------------------------------------------------------------------------
 
 #ifndef __ASSERT_H