# HG changeset patch # User Paul Eggert # Date 1106162477 0 # Node ID 6445e932e4179ef257dcb6e818e2e1bb7de1f513 # Parent 2e91af9df41588a0bd0c1e87369a8df5ac5eb9c4 (Sizes of integer types ): New element, with new ullong_max module. diff --git a/MODULES.html.sh b/MODULES.html.sh --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1634,6 +1634,16 @@ 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