compilation with older compilers, such as /bin/cc on SunOS.
* fixinc/fixfixes.c (FIX_PROC_HEAD): Ditto.
Fix one problem with bootstrap on SunOS 4.1.4 system.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37641
138bc75d-0d04-0410-961f-
82ee72b054a4
#define FIX_PROC_HEAD( fix ) \
-static t_fix_proc fix; /* avoid warning */ \
+static void fix PARAMS ((const char *, const char *, tFixDesc *)); /* avoid warning */ \
static void fix ( filname, text, p_fixd ) \
const char* filname; \
const char* text; \
_FT_( "machine_name", machine_name_test )
#define TEST_FOR_FIX_PROC_HEAD( test ) \
-t_test_proc test; /* avoid warning */ \
+apply_fix_p_t test PARAMS(( tCC* file, tCC* text )); /* avoid warning */ \
static apply_fix_p_t test ( fname, text ) \
tCC* fname; \
tCC* text;