From 21e41c58872fec4ea9d7b21807bcc242337b1e2c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 7 Sep 2000 18:34:14 +0000 Subject: Update. 2000-09-07 Ulrich Drepper * assert/__assert.c: Undefine NDEBUG before include . * sysdeps/unix/sysv/linux/msgsnd.c (msgsnd): Add cast to avoid warning. * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise. --- assert/__assert.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'assert/__assert.c') 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 void -- cgit 1.4.1