Commit 9e4bd0ea by Ben Elliston Committed by Ben Elliston

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

From-SVN: r122152
parent a7b376ee
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> 2007-02-20 Kazu Hirata <kazu@codesourcery.com>
* config/alpha/alpha.c, config/alpha/alpha.md, * config/alpha/alpha.c, config/alpha/alpha.md,
......
...@@ -152,7 +152,7 @@ extern short *reg_renumber; /* def in local_alloc.c */ ...@@ -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 Don't use this macro to turn on various extra optimizations for
`-O'. That is what `OPTIMIZATION_OPTIONS' is 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. */ /* Define cost parameters for a given processor variant. */
......
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