changeset 8776:41fe3ecc2dca

Don't mention the 'assert' module here. It's documented in functions/assert.texi.
author Bruno Haible <bruno@clisp.org>
date Tue, 01 May 2007 15:33:25 +0000
parents dd2d58dfa0a8
children b0892cca14c9
files ChangeLog doc/headers/assert.texi
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-01  Bruno Haible  <bruno@clisp.org>
+
+	* doc/header/assert.texi: Undo last change: don't mention the gnulib
+	'assert' module here.
+
 2007-05-01  Bruno Haible  <bruno@clisp.org>
 
 	* doc/functions/*.texi: New files.
--- 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: