CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/11/11 16:21:25
Index: m4/m4module.h =================================================================== RCS file: /sources/m4/m4/m4/m4module.h,v retrieving revision 1.99 retrieving revision 1.100 diff -u -b -r1.99 -r1.100 --- m4/m4module.h 27 Oct 2006 17:03:51 -0000 1.99 +++ m4/m4module.h 11 Nov 2006 16:21:25 -0000 1.100 @@ -391,7 +391,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*, char, const unsigned char*); +extern int m4_set_syntax (m4_syntax_table*, const char, const char*);
