* config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Jun 2007 20:26:19 +0000 (20:26 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Jun 2007 20:26:19 +0000 (20:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126092 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 638d8fb..669640a 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 b3d5cec..f543361 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 */