CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/06/22 23:17:22
Index: src/m4.h =================================================================== RCS file: /sources/m4/m4/src/m4.h,v retrieving revision 1.1.1.1.2.11 retrieving revision 1.1.1.1.2.12 diff -u -b -r1.1.1.1.2.11 -r1.1.1.1.2.12 --- src/m4.h 22 Jun 2006 17:43:05 -0000 1.1.1.1.2.11 +++ src/m4.h 22 Jun 2006 23:17:22 -0000 1.1.1.1.2.12 @@ -439,6 +439,7 @@ void define_user_macro _((const char *, const char *, symbol_lookup)); void undivert_all _((void)); void expand_user_macro _((struct obstack *, symbol *, int, token_data **)); +void m4_placeholder _((struct obstack *, int, token_data **)); const builtin *find_builtin_by_addr _((builtin_func *)); const builtin *find_builtin_by_name _((const char *));
