summaryrefslogtreecommitdiff
path: root/include/assert.h
AgeCommit message (Collapse)Author
1999-09-15if _DIAGNOSTIC is defined, define _DIAGASSERT() to call __diagassert(),lukem
otherwise it's a no-op. prototype __diagassert().
1998-11-14Define assert and _assert macros for lint when NDEBUG is present as nothing.christos
1994-10-26new RCS ID format.cgd
1994-05-16update all but ctype.h, dumprestore.h, time.h to 4.4-Lite versions.cgd
USL copyright additions on those. Kill varargs.h, because it can simply be a link to the machine-dependent version.
1993-10-07Use _ASSERT_H_ guard macro so that <sys/cdefs.h> is only included once andjtc
the __assert() helper function is declared once if <assert.h> is included multiple times. Don't support the _assert() macro, nothing uses it and it pollutes the user's namespace.
1993-08-01Add RCS identifiers.mycroft
1993-06-16Make assert macro ansi complient.jtc
1993-03-21initial import of 386bsd-0.1 sourcescgd