Do not use '#endif xxx'; it is not allowed for ANSI C

This commit is contained in:
ceriel
1991-12-17 11:41:12 +00:00
parent 17f6b22fe7
commit f35e193d72
4 changed files with 1 additions and 13 deletions

View File

@@ -15,5 +15,5 @@
#else
#define assert(exp) (1)
#define _assert(exp) (1)
#endif NDEBUG
#endif /* NDEBUG */
#endif /* _ASSERT_H */