CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/09/07 22:48:15
Index: src/m4.h =================================================================== RCS file: /sources/m4/m4/src/m4.h,v retrieving revision 1.1.1.1.2.28 retrieving revision 1.1.1.1.2.29 diff -u -b -r1.1.1.1.2.28 -r1.1.1.1.2.29 --- src/m4.h 18 Aug 2006 23:11:36 -0000 1.1.1.1.2.28 +++ src/m4.h 7 Sep 2006 22:48:15 -0000 1.1.1.1.2.29 @@ -288,7 +288,7 @@ void skip_line (void); /* push back input */ -void push_file (FILE *, const char *); +void push_file (FILE *, const char *, boolean); void push_macro (builtin_func *); struct obstack *push_string_init (void); const char *push_string_finish (void);
