Commit cef8b8c8 by Philippe De Muyter Committed by Jeff Law

m68k-protos.h (finalize_pic): Turn prototype off using `#if 0', not C++ comments.

        * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
        not C++ comments.

From-SVN: r32931
parent c9fff01f
Wed Apr 5 09:34:26 2000 Philippe De Muyter <phdm@macqel.be>
* m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
not C++ comments.
2000-04-05 Jakub Jelinek <jakub@redhat.com>
* config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
......
......@@ -54,7 +54,9 @@ extern int standard_sun_fpa_constant_p PARAMS ((rtx));
extern void print_operand_address PARAMS ((FILE *, rtx));
extern void print_operand PARAMS ((FILE *, rtx, int));
extern void notice_update_cc PARAMS ((rtx, rtx));
//extern void finalize_pic PARAMS ((rtx, enum machine_mode));
#if 0
extern void finalize_pic PARAMS ((rtx, enum machine_mode));
#endif
extern int general_src_operand PARAMS ((rtx, enum machine_mode));
extern int nonimmediate_src_operand PARAMS ((rtx, enum machine_mode));
extern int memory_src_operand PARAMS ((rtx, enum machine_mode));
......
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