diff options
author | Philippe De Muyter <phdm@macqel.be> | 2000-04-05 17:36:52 +0200 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-04-05 09:36:52 -0600 |
commit | cef8b8c89db9aab90320048ea73da4f26dd7d584 (patch) | |
tree | 617500b4462ff0c5890637fa5039c01d09c87886 /gcc | |
parent | c9fff01f4438c02fdf9013ed7c2e5132f93a3515 (diff) | |
download | gcc-cef8b8c89db9aab90320048ea73da4f26dd7d584.zip gcc-cef8b8c89db9aab90320048ea73da4f26dd7d584.tar.gz gcc-cef8b8c89db9aab90320048ea73da4f26dd7d584.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/m68k/m68k-protos.h | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e4926a4..c3dfe33 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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, diff --git a/gcc/config/m68k/m68k-protos.h b/gcc/config/m68k/m68k-protos.h index a31dc41..4c54fe4 100644 --- a/gcc/config/m68k/m68k-protos.h +++ b/gcc/config/m68k/m68k-protos.h @@ -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)); |