From: Bruno Haible Date: Tue, 1 May 2007 15:33:25 +0000 (+0000) Subject: Don't mention the 'assert' module here. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8ce8fe7f5b728e0ca4b524948f0cba1c962123;p=pspp Don't mention the 'assert' module here. It's documented in functions/assert.texi. --- diff --git a/ChangeLog b/ChangeLog index 3b14272d7a..83473a8ea1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-01 Bruno Haible + + * doc/header/assert.texi: Undo last change: don't mention the gnulib + 'assert' module here. + 2007-05-01 Bruno Haible * doc/functions/*.texi: New files. diff --git a/doc/headers/assert.texi b/doc/headers/assert.texi index 2468d3b7a0..4652958c73 100644 --- a/doc/headers/assert.texi +++ b/doc/headers/assert.texi @@ -3,13 +3,10 @@ POSIX specification: @url{http://www.opengroup.org/susv3xbd/assert.h.html} -Gnulib module: @code{assert} +Gnulib module: --- Portability problems fixed by Gnulib: @itemize -@item -Not a portability problem, per se, but allow the installer to disable -assertions through "configure --disable-assert". @end itemize Portability problems not fixed by Gnulib: