* config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
authorDJ Delorie <dj@redhat.com>
Thu, 28 Jun 2007 20:26:19 +0000 (16:26 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Thu, 28 Jun 2007 20:26:19 +0000 (16:26 -0400)
From-SVN: r126092

gcc/ChangeLog
gcc/config/m32c/m32c.h

index 638d8fb777db37df1826f83d7670405583deb176..669640aae50506e5451fa84aa461581e84bf0fa7 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-28  DJ Delorie  <dj@redhat.com>
+
+       * config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
+
 2007-06-28  Geoffrey Keating  <geoffk@apple.com>
 
        * doc/invoke.texi (C++ Dialect Options): Document
index b3d5cec6613613f85d29b734c92afb0a38e684a8..f543361e1fdee46533013773af56b0eb67360f6a 100644 (file)
@@ -97,7 +97,7 @@ extern int target_memregs;
 
 #define TARGET_VERSION fprintf (stderr, " (m32c)");
 
-#define OVERRIDE_OPTIONS m32c_override_options ();
+#define OVERRIDE_OPTIONS m32c_override_options ()
 
 /* Defining data structures for per-function information */