CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/08/29 20:38:30
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -b -r1.367 -r1.368
--- ChangeLog 28 Aug 2006 12:48:53 -0000 1.367
+++ ChangeLog 29 Aug 2006 20:38:30 -0000 1.368
@@ -1,3 +1,17 @@
+2006-08-29 Eric Blake <[EMAIL PROTECTED]>
+
+ * m4/m4private.h (m4_get_syntax_lquote, m4_get_syntax_rquote)
+ (m4_get_syntax_bcomm, m4_get_syntax_ecomm) [NDEBUG]: Use same type
+ as accessor function, to avoid compiler warning.
+ * m4/module.c (m4__module_open): Move declaration of variable to
+ avoid compiler warning.
+ * src/main.c (main): Avoid shadowing a global variable.
+ * src/freeze.c (produce_symbol_dump): Avoid unused variable
+ warning when NDEBUG.
+ * tests/options.at (--discard-comments, --import-environment)
+ (--debug, --prepend-include, --help and --version): Rename tests
+ to name option tested.
+
2006-08-28 Eric Blake <[EMAIL PROTECTED]>
* m4/utility.c (m4_bad_argc): Move assertion out of hot path...
@@ -7202,7 +7216,7 @@
-----
- $Revision: 1.367 $ $Date: 2006/08/28 12:48:53 $
+ $Revision: 1.368 $ $Date: 2006/08/29 20:38:30 $
Local Variables:
coding: utf-8