From 5654535453712f3c9712a735bd3a066168c221cb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 22 Dec 2006 13:03:25 +0000 Subject: [PATCH] Change order of sections. --- MODULES.html.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MODULES.html.sh b/MODULES.html.sh index f8b79ffa9..15ff92a8c 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1814,25 +1814,25 @@ func_all_modules () func_module strtoull func_end_table - element="Wide character classification and mapping utilities " + element="Functions for greatest-width integer types " 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 " + element="Wide character classification and mapping utilities " 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 " -- 2.11.0