CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/28 20:39:37
Index: src/m4.h =================================================================== RCS file: /sources/m4/m4/src/m4.h,v retrieving revision 1.1.1.1.2.20 retrieving revision 1.1.1.1.2.21 diff -u -b -r1.1.1.1.2.20 -r1.1.1.1.2.21 --- src/m4.h 27 Jul 2006 21:41:12 -0000 1.1.1.1.2.20 +++ src/m4.h 28 Jul 2006 20:39:37 -0000 1.1.1.1.2.21 @@ -116,8 +116,8 @@ void reference_error (void); #ifdef USE_STACKOVF -void setup_stackovf_trap _((char *const *, char *const *, - void (*handler) (void))); +void setup_stackovf_trap (char *const *, char *const *, + void (*handler) (void)); #endif /* File: debug.c --- debugging and tracing function. */
