CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/27 21:41:12

Index: src/macro.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/macro.c,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -u -b -r1.1.1.1.2.6 -r1.1.1.1.2.7
--- src/macro.c 7 Jul 2006 20:20:38 -0000       1.1.1.1.2.6
+++ src/macro.c 27 Jul 2006 21:41:12 -0000      1.1.1.1.2.7
@@ -24,8 +24,8 @@
 
 #include "m4.h"
 
-static void expand_macro _((symbol *));
-static void expand_token _((struct obstack *, token_type, token_data *));
+static void expand_macro (symbol *);
+static void expand_token (struct obstack *, token_type, token_data *);
 
 /* Current recursion level in expand_macro ().  */
 int expansion_level = 0;


Reply via email to