bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] ullong_max fix for MODULES.html.sh


From: Paul Eggert
Subject: [bug-gnulib] ullong_max fix for MODULES.html.sh
Date: Wed, 19 Jan 2005 11:24:51 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this to document the recent ullong_max module better.
Sorry I missed this earlier....

2005-01-19  Paul Eggert  <address@hidden>

        * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
        with new ullong_max module.

Index: MODULES.html.sh
===================================================================
RCS file: /cvsroot/gnulib/gnulib/MODULES.html.sh,v
retrieving revision 1.70
retrieving revision 1.71
diff -p -u -r1.70 -r1.71
--- MODULES.html.sh     19 Jan 2005 13:54:55 -0000      1.70
+++ MODULES.html.sh     19 Jan 2005 19:21:17 -0000      1.71
@@ -1634,6 +1634,16 @@ func_all_modules ()
   func_module restrict
   func_end_table
 
+  element="Sizes of integer types <limits.h>"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap isoc_sup_limits
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module ullong_max
+  func_end_table
+
   element="Boolean type and values <stdbool.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap isoc_sup_stdbool




reply via email to

[Prev in Thread] Current Thread [Next in Thread]