summaryrefslogtreecommitdiff
path: root/gcc/config/m32c/m32c.h
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-28 20:26:19 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-28 20:26:19 +0000
commit5f1354109adef8b10d2340a5aabdb69fd2c4af2f (patch)
treec92701570e1342802ff013e758a60297f18fbdb3 /gcc/config/m32c/m32c.h
parent9367bf92771e3648b7517449f24a044bda45acef (diff)
downloadgcc-5f1354109adef8b10d2340a5aabdb69fd2c4af2f.tar.gz
* config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126092 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32c/m32c.h')
-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 b3d5cec6613..f543361e1fd 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 */