aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-06-19 23:38:06 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-19 17:38:06 -0600
commit4ef873c2618ffb051d1f42ca974159c5bc31460f (patch)
tree82836d811b350d2529cc3ba0637f64a52b4542de
parent2e107e9ea1eb89d3fa6e67a0fb4488a288ad4ec8 (diff)
downloadgcc-4ef873c2618ffb051d1f42ca974159c5bc31460f.zip
gcc-4ef873c2618ffb051d1f42ca974159c5bc31460f.tar.gz
gcc-4ef873c2618ffb051d1f42ca974159c5bc31460f.tar.bz2
* optabs.c (init_traps): Put prototype inside a suitable #ifdef.
From-SVN: r20624
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/optabs.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f31ecd6..e196b654 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 8a2697b..aaa6791 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -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