]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't disable assert().
authorBruno Haible <bruno@clisp.org>
Thu, 24 Jan 2002 20:19:59 +0000 (20:19 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:08:16 +0000 (01:08 +0200)
lib/ChangeLog
lib/getline.c

index 1a9d0c27f8209c21350fe8a091da2e2e54131ffd..270c050948d75ef95f205458f6aab019d280cf35 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-24  Bruno Haible  <bruno@clisp.org>
+
+       * getline.c: Remove NDEBUG. It killed the effect of assert().
+
 2002-01-24  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (libgettextlib_la_LDFLAGS): Use @LTLIBINTL@ instead of
index 02592b1a01136a813d0080fcc3a82efe9bcb0ef4..86bba0d09760c7639f8da19166f36b13604a286b 100644 (file)
@@ -1,6 +1,6 @@
 /* getline.c -- Replacement for GNU C library function getline
 
-Copyright (C) 1993, 1996, 2001 Free Software Foundation, Inc.
+Copyright (C) 1993, 1996, 2001, 2002 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
@@ -46,7 +46,6 @@ getline (lineptr, n, stream)
 
 #else /* ! have getdelim */
 
-# define NDEBUG
 # include <assert.h>
 
 # if HAVE_STDLIB_H