From: bje Date: Tue, 20 Feb 2007 03:38:39 +0000 (+0000) Subject: * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6ec720b36a0d14fbf273328b88ee26106c03db5;p=thirdparty%2Fgcc.git * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122152 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4af0ac013465..48f7de898461 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 2316823ca110..60be14f397ef 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. */