aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2007-06-28 16:26:19 -0400
committerDJ Delorie <dj@gcc.gnu.org>2007-06-28 16:26:19 -0400
commit58ef0ffacc51851b23bd10ee16d21ccafd9deb62 (patch)
treec92701570e1342802ff013e758a60297f18fbdb3 /gcc/config
parentc9640b919d6b96fc42820f7876292c3af260f030 (diff)
downloadgcc-58ef0ffacc51851b23bd10ee16d21ccafd9deb62.zip
gcc-58ef0ffacc51851b23bd10ee16d21ccafd9deb62.tar.gz
gcc-58ef0ffacc51851b23bd10ee16d21ccafd9deb62.tar.bz2
* config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
From-SVN: r126092
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/m32c/m32c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h
index b3d5cec..f543361 100644
--- a/gcc/config/m32c/m32c.h
+++ b/gcc/config/m32c/m32c.h
@@ -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 */