projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4408237
)
* c-objc-common.c (c_types_compatible_p): Fix indentation.
author
Ben Elliston
<bje@au.ibm.com>
Tue, 3 Jul 2007 22:32:33 +0000
(22:32 +0000)
committer
Ben Elliston
<bje@gcc.gnu.org>
Tue, 3 Jul 2007 22:32:33 +0000
(08:32 +1000)
From-SVN: r126285
gcc/ChangeLog
patch
|
blob
|
history
gcc/c-objc-common.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index c3b2f98536a95a63fcb3223164c791f92241bab6..0c07aacf005e6b453faa8cff970e09c259db56cd 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,5
+1,7
@@
2007-07-04 Ben Elliston <bje@au.ibm.com>
+ * c-objc-common.c (c_types_compatible_p): Fix indentation.
+
* doc/tm.texi (Run-time Target): Capitalise "CPU".
(Exception Handling): Likewise.
diff --git
a/gcc/c-objc-common.c
b/gcc/c-objc-common.c
index 7604bc284db82b9f9c1f18a19e3c07db45c58cfa..760c11018c8fc5041a3136ad90e20792523412a9 100644
(file)
--- a/
gcc/c-objc-common.c
+++ b/
gcc/c-objc-common.c
@@
-245,7
+245,7
@@
c_initialize_diagnostics (diagnostic_context *context)
int
c_types_compatible_p (tree x, tree y)
{
-
return comptypes (TYPE_MAIN_VARIANT (x), TYPE_MAIN_VARIANT (y));
+ return comptypes (TYPE_MAIN_VARIANT (x), TYPE_MAIN_VARIANT (y));
}
/* Determine if the type is a vla type for the backend. */