Change order of sections.
authorBruno Haible <bruno@clisp.org>
Fri, 22 Dec 2006 13:03:25 +0000 (13:03 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 22 Dec 2006 13:03:25 +0000 (13:03 +0000)
MODULES.html.sh

index f8b79ff..15ff92a 100755 (executable)
@@ -1814,25 +1814,25 @@ func_all_modules ()
   func_module strtoull
   func_end_table
 
-  element="Wide character classification and mapping utilities <wctype.h>"
+  element="Functions for greatest-width integer types <inttypes.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
-  func_section_wrap isoc_sup_wctype
+  func_section_wrap isoc_sup_inttypes
   func_wrap H3
   func_echo "$element"
 
   func_begin_table
-  func_module wctype
+  func_module strtoimax
+  func_module strtoumax
   func_end_table
 
-  element="Functions for greatest-width integer types <inttypes.h>"
+  element="Wide character classification and mapping utilities <wctype.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
-  func_section_wrap isoc_sup_inttypes
+  func_section_wrap isoc_sup_wctype
   func_wrap H3
   func_echo "$element"
 
   func_begin_table
-  func_module strtoimax
-  func_module strtoumax
+  func_module wctype
   func_end_table
 
   element="Mathematics <math.h>"