# HG changeset patch # User Eric Blake # Date 1177704365 0 # Node ID 2dcca274228213ab10402773d78fc33fbfd68a6c # Parent 666d4fa73ae54da165ffaff25393730b94c159da * doc/headers/assert.texi (assert.h): Document assert module use. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-27 Eric Blake + + * doc/headers/assert.texi (assert.h): Document assert module use. + 2007-04-27 Bruno Haible * doc/headers/*.texi: New files. diff --git a/doc/headers/assert.texi b/doc/headers/assert.texi --- 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: