Fix copy/paste bug: Use unique name for compiler warnings.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 5 Nov 2010 13:21:51 +0000 (14:21 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Nov 2010 17:16:06 +0000 (18:16 +0100)
* MODULES.html.sh: For compiler warnings, use name
`ansic_ext_compwarn' since `ansic_ext_misc' is already taken.

Signed-off-by: Thien-Thi Nguyen <ttn@gnuvola.org>
ChangeLog
MODULES.html.sh

index e36599e..a303dff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-05  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
+
+       [html] Fix copy/paste bug: Use unique name for compiler warnings.
+       * MODULES.html.sh: For compiler warnings, use name
+       `ansic_ext_compwarn' since `ansic_ext_misc' is already taken.
+
 2010-11-05  Eric Blake  <eblake@redhat.com>
 
        ceil, floor: avoid spurious failure with icc
index eb5b642..983953c 100755 (executable)
@@ -1953,7 +1953,7 @@ func_all_modules ()
 
   element="Compiler warning management"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
-  func_section_wrap ansic_ext_misc
+  func_section_wrap ansic_ext_compwarn
   func_wrap H3
   func_echo "$element"