aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>1997-08-29 15:02:03 +0000
committerJeff Law <law@gcc.gnu.org>1997-08-29 09:02:03 -0600
commiteae4b970345f9aaf42b778445e50fbf37e0f45dd (patch)
treeacbb1a11a9091dbc6f531848fe5ca8f2452c103d /gcc/expr.h
parentec83e9d31ff8b24d87ed479a7e98f8ceb4a9be3a (diff)
downloadgcc-eae4b970345f9aaf42b778445e50fbf37e0f45dd.zip
gcc-eae4b970345f9aaf42b778445e50fbf37e0f45dd.tar.gz
gcc-eae4b970345f9aaf42b778445e50fbf37e0f45dd.tar.bz2
expr.h (insn_gen_function): Reenable prototype.
* expr.h (insn_gen_function): Reenable prototype. * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of first parameter. From-SVN: r14994
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 624b965..fa7b7ed 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -315,7 +315,7 @@ typedef struct optab
#define GEN_FCN(CODE) (*insn_gen_function[(int) (CODE)])
#endif
-extern rtx (*const insn_gen_function[]) ();
+extern rtx (*const insn_gen_function[]) PROTO ((rtx, ...));
extern optab add_optab;
extern optab sub_optab;