diff options
| author | jtc <jtc@NetBSD.org> | 1993-10-07 22:15:29 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-10-07 22:15:29 +0000 |
| commit | b050bfde2c53a2945adc12a6b02055fe65eead6c (patch) | |
| tree | aa59f61f476436df60ead58503b97a51b519976d /include/assert.h | |
| parent | 68bc42722e67b2507114d81a843e13b2e15fa48b (diff) | |
Use _ASSERT_H_ guard macro so that <sys/cdefs.h> is only included once and
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.
Diffstat (limited to 'include/assert.h')
| -rw-r--r-- | include/assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assert.h b/include/assert.h index 063aa4b4b19..6d9f5eab7a6 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1 +1 @@ -revision 1.3 intentionally removed +revision 1.4 intentionally removed |
