m68k-protos.h: Remove the prototype for finalize_pic.

* config/m68k/m68k-protos.h: Remove the prototype for
	finalize_pic.

From-SVN: r72332
This commit is contained in:
Kazu Hirata 2003-10-11 06:35:53 +00:00 committed by Kazu Hirata
parent b2e08ed4a4
commit d3c34e42c3
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-10-11 Kazu Hirata <kazu@cs.umass.edu>
* config/m68k/m68k-protos.h: Remove the prototype for
finalize_pic.
2003-10-11 Kazu Hirata <kazu@cs.umass.edu>
* config/m68k/m68k.c: Fix comment typos.

View File

@ -54,9 +54,6 @@ extern int standard_68881_constant_p (rtx);
extern void print_operand_address (FILE *, rtx);
extern void print_operand (FILE *, rtx, int);
extern void notice_update_cc (rtx, rtx);
#if 0
extern void finalize_pic (rtx, enum machine_mode));
#endif
extern int general_src_operand (rtx, enum machine_mode);
extern int nonimmediate_src_operand (rtx, enum machine_mode);
extern int memory_src_operand (rtx, enum machine_mode);