* config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.

From-SVN: r122152
This commit is contained in:
Ben Elliston 2007-02-20 03:38:39 +00:00 committed by Ben Elliston
parent a7b376eeb6
commit 9e4bd0ea12
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-02-20 Ben Elliston <bje@au.ibm.com>
* config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
2007-02-20 Kazu Hirata <kazu@codesourcery.com>
* config/alpha/alpha.c, config/alpha/alpha.md,

View File

@ -152,7 +152,7 @@ extern short *reg_renumber; /* def in local_alloc.c */
Don't use this macro to turn on various extra optimizations for
`-O'. That is what `OPTIMIZATION_OPTIONS' is for. */
#define OVERRIDE_OPTIONS m68hc11_override_options ();
#define OVERRIDE_OPTIONS m68hc11_override_options ()
/* Define cost parameters for a given processor variant. */