CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/07/27 21:41:12
Index: src/builtin.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/builtin.c,v
retrieving revision 1.1.1.1.2.27
retrieving revision 1.1.1.1.2.28
diff -u -b -r1.1.1.1.2.27 -r1.1.1.1.2.28
--- src/builtin.c 24 Jul 2006 20:02:16 -0000 1.1.1.1.2.27
+++ src/builtin.c 27 Jul 2006 21:41:12 -0000 1.1.1.1.2.28
@@ -39,7 +39,7 @@
builtin. */
#define DECLARE(name) \
- static void name _((struct obstack *, int, token_data **))
+ static void name (struct obstack *, int, token_data **)
DECLARE (m4___file__);
DECLARE (m4___line__);