* optabs.c (init_traps): Put prototype inside a suitable #ifdef.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 1998 23:38:06 +0000 (23:38 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 1998 23:38:06 +0000 (23:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20624 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/optabs.c

index f31ecd6..e196b65 100644 (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
index 8a2697b..aaa6791 100644 (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
 \f
 /* 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