diff options
Diffstat (limited to 'assert')
-rw-r--r-- | assert/__assert.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assert/__assert.c b/assert/__assert.c index 50ebac5bf8..cad3fe4ac0 100644 --- a/assert/__assert.c +++ b/assert/__assert.c @@ -16,6 +16,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* We have to see the prototype. */ +#undef NDEBUG #include <assert.h> void |