]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Feb 2007 03:38:39 +0000 (03:38 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Feb 2007 03:38:39 +0000 (03:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122152 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m68hc11/m68hc11.h

index 4af0ac0134657de6d69df209237d2967022c6398..48f7de898461bdb71c2f18f0a1c7779fdf344092 100644 (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,
index 2316823ca11087a9721ca0fb825a2492ccb7c824..60be14f397efaefea25717c181ffccc645a6e150 100644 (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 ()
 
 \f
 /* Define cost parameters for a given processor variant.  */