diff MODULES.html.sh @ 4513:c5ffba0b61b5

Add 'restrict' module.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 07 Aug 2003 19:33:14 +0000 (2003-08-07)
parents df8611a33210
children ae4b157d42ad
line wrap: on
line diff
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1593,6 +1593,16 @@
   func_wrap H2
   func_echo "$element"
 
+  element="Keywords"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap isoc_sup_keywords
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module restrict
+  func_end_table
+
   element="Boolean type and values <stdbool.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap isoc_sup_stdbool