diff options
author | Eric Blake <ebb9@byu.net> | 2007-04-27 20:06:05 +0000 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2007-04-27 20:06:05 +0000 |
commit | 5d0b385594bc914e6233988bfb6bc1b92a2184b5 (patch) | |
tree | 20f01fa12727ae79a307f1b260cbc4af55d3dfe1 /doc | |
parent | 406797b0b7e59fc462fc460261f667602401ac19 (diff) | |
download | gnulib-5d0b385594bc914e6233988bfb6bc1b92a2184b5.tar.gz |
* doc/headers/assert.texi (assert.h): Document assert module use.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/headers/assert.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/headers/assert.texi b/doc/headers/assert.texi index 8c81473817..2bf2d987e4 100644 --- a/doc/headers/assert.texi +++ b/doc/headers/assert.texi @@ -1,10 +1,13 @@ @node assert.h @section @file{assert.h} -Gnulib module: --- +Gnulib module: @code{assert} 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: |