From: Paul Eggert Date: Wed, 19 Jan 2005 19:21:17 +0000 (+0000) Subject: (Sizes of integer types ): New element, with new ullong_max module. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d93736b526eaa3e48a9fa63da7aa5e3e2be81e3f;p=pspp (Sizes of integer types ): New element, with new ullong_max module. --- diff --git a/MODULES.html.sh b/MODULES.html.sh index c0a54b6206..5334321899 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1634,6 +1634,16 @@ func_all_modules () func_module restrict func_end_table + element="Sizes of integer types " + 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 " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_stdbool