CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/10/27 04:03:28
Index: m4/m4private.h
===================================================================
RCS file: /sources/m4/m4/m4/m4private.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- m4/m4private.h 13 Oct 2006 16:46:47 -0000 1.67
+++ m4/m4private.h 27 Oct 2006 04:03:28 -0000 1.68
@@ -180,7 +180,7 @@
m4__symbol_type type;
union {
- char * text; /* Valid when type is TEXT, PLACEHOLDER. */
+ const char * text; /* Valid when type is TEXT, PLACEHOLDER. */
m4_builtin_func * func; /* Valid when type is FUNC. */
} u;
};