Commit d9ad7862 by Ben Elliston Committed by Ben Elliston

* c-objc-common.c (c_types_compatible_p): Fix indentation.

From-SVN: r126285
parent 44082375
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.
......
......@@ -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. */
......
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