diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4af0ac01346..48f7de89846 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-02-20 Ben Elliston + + * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;. + 2007-02-20 Kazu Hirata * config/alpha/alpha.c, config/alpha/alpha.md, diff --git a/gcc/config/m68hc11/m68hc11.h b/gcc/config/m68hc11/m68hc11.h index 2316823ca11..60be14f397e 100644 --- a/gcc/config/m68hc11/m68hc11.h +++ b/gcc/config/m68hc11/m68hc11.h @@ -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. */