CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/09/18 13:16:45
Index: src/main.c
===================================================================
RCS file: /sources/m4/m4/src/main.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- src/main.c 15 Sep 2006 03:37:54 -0000 1.82
+++ src/main.c 18 Sep 2006 13:16:44 -0000 1.83
@@ -88,7 +88,7 @@
-P, --prefix-builtins force a `m4_' prefix to all builtins\n\
-Q, --quiet, --silent suppress some warnings for builtins\n\
-r, --regexp-syntax=SPEC change the default regexp syntax\n\
- -s, --safer disable potentially unsafe builtins\n\
+ --safer disable potentially unsafe builtins\n\
"), stdout);
fputs (_("\
\n\
@@ -512,7 +512,7 @@
break;
case 't':
- m4_set_symbol_name_traced (M4SYMTAB, arg);
+ m4_set_symbol_name_traced (M4SYMTAB, arg, true);
break;
case 'm':