CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/12/23 00:02:21
Index: m4/m4module.h =================================================================== RCS file: /sources/m4/m4/m4/m4module.h,v retrieving revision 1.101 retrieving revision 1.102 diff -u -b -r1.101 -r1.102 --- m4/m4module.h 14 Nov 2006 05:58:01 -0000 1.101 +++ m4/m4module.h 23 Dec 2006 00:02:20 -0000 1.102 @@ -390,7 +390,7 @@ extern void m4_set_quotes (m4_syntax_table*, const char*, const char*); extern void m4_set_comment (m4_syntax_table*, const char*, const char*); -extern int m4_set_syntax (m4_syntax_table*, const char, const char*); +extern int m4_set_syntax (m4_syntax_table*, char, char, const char*);
