bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] [html] Fix copy/paste bug: Use unique name for compiler warnings


From: Thien-Thi Nguyen
Subject: [PATCH] [html] Fix copy/paste bug: Use unique name for compiler warnings.
Date: Fri, 05 Nov 2010 14:21:51 +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 <address@hidden>
---
 ChangeLog       |    6 ++++++
 MODULES.html.sh |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0ef0c27..e59555c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-05  Thien-Thi Nguyen  <address@hidden>  (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-04  Eric Blake  <address@hidden>
 
        isnanl: work around icc bug
diff --git a/MODULES.html.sh b/MODULES.html.sh
index eb5b642..983953c 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -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"
 
-- 
1.6.3.2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]