http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8e89d
)
Added missing #endif
author
Michael Brown
<mcb30@etherboot.org>
Thu, 23 Mar 2006 19:23:25 +0000
(19:23 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 23 Mar 2006 19:23:25 +0000
(19:23 +0000)
src/include/assert.h
patch
|
blob
|
history
diff --git
a/src/include/assert.h
b/src/include/assert.h
index
b4dfe12
..
b9137fc
100644
(file)
--- 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 */