Commit 58ef0ffa by DJ Delorie Committed by DJ Delorie

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

From-SVN: r126092
parent c9640b91
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> 2007-06-28 Geoffrey Keating <geoffk@apple.com>
* doc/invoke.texi (C++ Dialect Options): Document * doc/invoke.texi (C++ Dialect Options): Document
......
...@@ -97,7 +97,7 @@ extern int target_memregs; ...@@ -97,7 +97,7 @@ extern int target_memregs;
#define TARGET_VERSION fprintf (stderr, " (m32c)"); #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 */ /* Defining data structures for per-function information */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment