CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/07/13 22:09:54
Index: src/builtin.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/builtin.c,v
retrieving revision 1.1.1.1.2.22
retrieving revision 1.1.1.1.2.23
diff -u -b -r1.1.1.1.2.22 -r1.1.1.1.2.23
--- src/builtin.c 13 Jul 2006 21:16:42 -0000 1.1.1.1.2.22
+++ src/builtin.c 13 Jul 2006 22:09:54 -0000 1.1.1.1.2.23
@@ -101,7 +101,7 @@
{ "changecom", FALSE, FALSE, FALSE, m4_changecom },
{ "changequote", FALSE, FALSE, FALSE, m4_changequote },
#ifdef ENABLE_CHANGEWORD
- { "changeword", TRUE, FALSE, FALSE, m4_changeword },
+ { "changeword", TRUE, FALSE, TRUE, m4_changeword },
#endif
{ "debugmode", TRUE, FALSE, FALSE, m4_debugmode },
{ "debugfile", TRUE, FALSE, FALSE, m4_debugfile },