* config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.

From-SVN: r126092
This commit is contained in:
DJ Delorie 2007-06-28 16:26:19 -04:00 committed by DJ Delorie
parent c9640b919d
commit 58ef0ffacc
2 changed files with 5 additions and 1 deletions

View 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

View 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 */