changeset 7738:923b69d92e46

Change order of sections.
author Bruno Haible <bruno@clisp.org>
date Fri, 22 Dec 2006 13:03:25 +0000
parents 19ff03763d73
children 14932dd36171
files MODULES.html.sh
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1814,16 +1814,6 @@
   func_module strtoull
   func_end_table
 
-  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_wctype
-  func_wrap H3
-  func_echo "$element"
-
-  func_begin_table
-  func_module wctype
-  func_end_table
-
   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_inttypes
@@ -1835,6 +1825,16 @@
   func_module strtoumax
   func_end_table
 
+  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_wctype
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module wctype
+  func_end_table
+
   element="Mathematics <math.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap isoc_sup_math