* optabs.c (init_traps): Put prototype inside a suitable #ifdef.

From-SVN: r20624
This commit is contained in:
Jeffrey A Law 1998-06-19 23:38:06 +00:00 committed by Jeff Law
parent 2e107e9ea1
commit 4ef873c261
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Jun 20 00:36:16 1998 Jeffrey A Law (law@cygnus.com)
* optabs.c (init_traps): Put prototype inside a suitable #ifdef.
Sat Jun 20 00:27:40 1998 Graham <grahams@rcp.co.uk>
* alias.c: Include toplev.h

View File

@ -246,7 +246,9 @@ static optab init_optab PROTO((enum rtx_code));
static void init_libfuncs PROTO((optab, int, int, char *, int));
static void init_integral_libfuncs PROTO((optab, char *, int));
static void init_floating_libfuncs PROTO((optab, char *, int));
#ifdef HAVE_conditional_trap
static void init_traps PROTO((void));
#endif
/* Add a REG_EQUAL note to the last insn in SEQ. TARGET is being set to
the result of operation CODE applied to OP0 (and OP1 if it is a binary