projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9640b9
)
* config/m32c/m32c.h (OVERRIDE_OPTIONS): Omit unneeded semicolon.
author
DJ Delorie
<dj@redhat.com>
Thu, 28 Jun 2007 20:26:19 +0000
(16:26 -0400)
committer
DJ Delorie
<dj@gcc.gnu.org>
Thu, 28 Jun 2007 20:26:19 +0000
(16:26 -0400)
From-SVN: r126092
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/m32c/m32c.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 638d8fb777db37df1826f83d7670405583deb176..669640aae50506e5451fa84aa461581e84bf0fa7 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/config/m32c/m32c.h
b/gcc/config/m32c/m32c.h
index b3d5cec6613613f85d29b734c92afb0a38e684a8..f543361e1fdee46533013773af56b0eb67360f6a 100644
(file)
--- 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 */