diff doc/gnulib.texi @ 14752:25dd282f49a1

verify: add doc to gnulib manual and fix example * doc/gnulib.texi (Compile-time Assertions): New node, for 'verify'. * doc/verify.texi (Compile-time Assertions): Update 'assert' doc. (Compile-time Assertions): Fix example so it can't overflow.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 17 May 2011 13:07:28 -0700
parents e2175e5db896
children 051e68610aab
line wrap: on
line diff
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -6496,6 +6496,7 @@
 * alloca::
 * alloca-opt::
 * Safe Allocation Macros::
+* Compile-time Assertions::
 * String Functions in C Locale::
 * Quoting::
 * error and progname::
@@ -6524,6 +6525,8 @@
 
 @include safe-alloc.texi
 
+@include verify.texi
+
 @node String Functions in C Locale
 @section Character and String Functions in C Locale