summaryrefslogtreecommitdiffstats
path: root/src/include/assert.h
diff options
context:
space:
mode:
authorMichael Brown2006-03-23 20:23:25 +0100
committerMichael Brown2006-03-23 20:23:25 +0100
commit55497b3402cce65994b9360d68814b31cd56f496 (patch)
tree96cce17cc1ec0a119dffb2e69be9c87817c686fa /src/include/assert.h
parentAdded assert.h, with assert() defined (almost) as per POSIX, and (diff)
downloadipxe-55497b3402cce65994b9360d68814b31cd56f496.tar.gz
ipxe-55497b3402cce65994b9360d68814b31cd56f496.tar.xz
ipxe-55497b3402cce65994b9360d68814b31cd56f496.zip
Added missing #endif
Diffstat (limited to 'src/include/assert.h')
-rw-r--r--src/include/assert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/assert.h b/src/include/assert.h
index b4dfe128..b9137fc4 100644
--- a/src/include/assert.h
+++ b/src/include/assert.h
@@ -47,5 +47,6 @@
#ifdef NDEBUG
#undef assert
#define assert(x) do {} while ( 0 )
+#endif
#endif /* _ASSERT_H */