X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fassert.h;h=ebf4d8c15b4eac6224415223754ba50459264ebd;hb=9240ade77991f36f5584e90d7233182401c77614;hp=f99ccd785fbb7431c47b2b71d4c25e6c6369ae40;hpb=8175309ab960fe0c7672e002d7ce47e551d5d916;p=pdclib.old 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