Browse Source

Added missing #endif

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
55497b3402
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/assert.h

+ 1
- 0
src/include/assert.h View File

47
 #ifdef NDEBUG
47
 #ifdef NDEBUG
48
 #undef assert
48
 #undef assert
49
 #define assert(x) do {} while ( 0 )
49
 #define assert(x) do {} while ( 0 )
50
+#endif
50
 
51
 
51
 #endif /* _ASSERT_H */
52
 #endif /* _ASSERT_H */

Loading…
Cancel
Save