Commit 4ef873c2 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r20624
parent 2e107e9e
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> Sat Jun 20 00:27:40 1998 Graham <grahams@rcp.co.uk>
* alias.c: Include toplev.h * alias.c: Include toplev.h
......
...@@ -246,7 +246,9 @@ static optab init_optab PROTO((enum rtx_code)); ...@@ -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_libfuncs PROTO((optab, int, int, char *, int));
static void init_integral_libfuncs PROTO((optab, char *, int)); static void init_integral_libfuncs PROTO((optab, char *, int));
static void init_floating_libfuncs PROTO((optab, char *, int)); static void init_floating_libfuncs PROTO((optab, char *, int));
#ifdef HAVE_conditional_trap
static void init_traps PROTO((void)); static void init_traps PROTO((void));
#endif
/* Add a REG_EQUAL note to the last insn in SEQ. TARGET is being set to /* 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 the result of operation CODE applied to OP0 (and OP1 if it is a binary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment