* config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
From-SVN: r126092
This commit is contained in:
parent
c9640b919d
commit
58ef0ffacc
@ -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>
|
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;
|
|||||||
|
|
||||||
#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 */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user