diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-08-25 07:48:35 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-08-25 01:48:35 -0600 |
commit | d78778ebf903a8b405a54d863af499626cb76b11 (patch) | |
tree | 18ab12a872bf106bac394fbc6f281eb30fdce7db /gcc/expr.h | |
parent | 8ba0f41e9b278188dbb5698a18ff5f0f4670e0de (diff) | |
download | gcc-d78778ebf903a8b405a54d863af499626cb76b11.zip gcc-d78778ebf903a8b405a54d863af499626cb76b11.tar.gz gcc-d78778ebf903a8b405a54d863af499626cb76b11.tar.bz2 |
expr.h (insn_gen_function): Temporarily remove prototype.
* expr.h (insn_gen_function): Temporarily remove prototype.
This one has to wait until more prototyped stuff is done.
From-SVN: r14914
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ typedef struct optab #define GEN_FCN(CODE) (*insn_gen_function[(int) (CODE)]) #endif -extern rtx (*const insn_gen_function[]) PROTO ((rtx, ...)); +extern rtx (*const insn_gen_function[]) (); extern optab add_optab; extern optab sub_optab; |