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 c0ba3fbe2d
commit abb411daac
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 */