diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-20 03:38:39 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-20 03:38:39 +0000 |
commit | b6ec720b36a0d14fbf273328b88ee26106c03db5 (patch) | |
tree | 994ccc7d5271aca8b4b47075c8d4c6723edffa2e /gcc/config/m68hc11/m68hc11.h | |
parent | 5b865fafa95bf4d26de8ead98df5c0a2a1572e3b (diff) | |
download | gcc-b6ec720b36a0d14fbf273328b88ee26106c03db5.tar.gz |
* 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
Diffstat (limited to 'gcc/config/m68hc11/m68hc11.h')
-rw-r--r-- | gcc/config/m68hc11/m68hc11.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |