X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fassert.h;h=ebf4d8c15b4eac6224415223754ba50459264ebd;hp=f99ccd785fbb7431c47b2b71d4c25e6c6369ae40;hb=ac3f809c3c10347c110fac3db93af0954eda98bb;hpb=8b8277d2940a8745f85d86a9af3ad6970b5fa52c diff --git a/includes/assert.h b/includes/assert.h index f99ccd7..ebf4d8c 100644 --- a/includes/assert.h +++ b/includes/assert.h @@ -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