CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/27 21:41:12
Index: src/debug.c =================================================================== RCS file: /sources/m4/m4/src/Attic/debug.c,v retrieving revision 1.1.1.1.2.5 retrieving revision 1.1.1.1.2.6 diff -u -b -r1.1.1.1.2.5 -r1.1.1.1.2.6 --- src/debug.c 24 Jul 2006 20:02:16 -0000 1.1.1.1.2.5 +++ src/debug.c 27 Jul 2006 21:41:12 -0000 1.1.1.1.2.6 @@ -37,7 +37,7 @@ extern int expansion_level; -static void debug_set_file _((FILE *)); +static void debug_set_file (FILE *); /*----------------------------------. | Initialise the debugging module. |
