+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
/* 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
#else /* ! have getdelim */
-# define NDEBUG
# include <assert.h>
# if HAVE_STDLIB_H