diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-05-04 18:25:20 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-05-04 18:25:20 +0000 |
commit | 944fb7998bc4f4d47fa84fda494421da7669d085 (patch) | |
tree | 07d97f3d016f0540978a7cd2ab6948ce8a11c34c /gcc/objc/objc-act.h | |
parent | 42375e2ea3a9043cd0e397b380b35bebf1315202 (diff) | |
download | gcc-944fb7998bc4f4d47fa84fda494421da7669d085.zip gcc-944fb7998bc4f4d47fa84fda494421da7669d085.tar.gz gcc-944fb7998bc4f4d47fa84fda494421da7669d085.tar.bz2 |
Fixup whitespacing.
From-SVN: r173388
Diffstat (limited to 'gcc/objc/objc-act.h')
-rw-r--r-- | gcc/objc/objc-act.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index d604299..30c74c5 100644 --- a/gcc/objc/objc-act.h +++ b/gcc/objc/objc-act.h @@ -129,7 +129,7 @@ typedef enum objc_property_assign_semantics { /* PROPERTY_REF_PROPERTY_DECL is the PROPERTY_DECL for the property used in the expression. From it, you can get the property type, and the getter/setter names. This PROPERTY_DECL could be artificial - if we are processing an 'object.component' syntax with no matching + if we are processing an 'object.component' syntax with no matching declared property. */ #define PROPERTY_REF_PROPERTY_DECL(NODE) TREE_OPERAND (PROPERTY_REF_CHECK (NODE), 1) @@ -524,9 +524,9 @@ extern GTY(()) tree objc_global_trees[OCTI_MAX]; #define objc_setjmp_decl objc_global_trees[OCTI_SETJMP_DECL] #define objc_stack_exception_data \ objc_global_trees[OCTI_STACK_EXCEPTION_DATA_DECL] -#define objc_caught_exception objc_global_trees[OCTI_LOCAL_EXCEPTION_DECL] -#define objc_rethrow_exception objc_global_trees[OCTI_RETHROW_EXCEPTION_DECL] -#define objc_eval_once objc_global_trees[OCTI_EVAL_ONCE_DECL] +#define objc_caught_exception objc_global_trees[OCTI_LOCAL_EXCEPTION_DECL] +#define objc_rethrow_exception objc_global_trees[OCTI_RETHROW_EXCEPTION_DECL] +#define objc_eval_once objc_global_trees[OCTI_EVAL_ONCE_DECL] #define objc_catch_type objc_global_trees[OCTI_CATCH_TYPE] #define execclass_decl objc_global_trees[OCTI_EXECCLASS_DECL] @@ -643,7 +643,7 @@ typedef enum string_section #define METHOD_REF 1 /* (Decide if these can ever be validly changed.) */ -#define OBJC_ENCODE_INLINE_DEFS 0 +#define OBJC_ENCODE_INLINE_DEFS 0 #define OBJC_ENCODE_DONT_INLINE_DEFS 1 #define BUFSIZE 1024 @@ -668,7 +668,7 @@ typedef enum string_section #define OBJC_VOID_AT_END void_list_node /* Exception handling constructs. We begin by having the parser do most - of the work and passing us blocks. + of the work and passing us blocks. This allows us to handle different exceptions implementations. */ /* Stack of open try blocks. */ @@ -706,7 +706,7 @@ struct objc_try_context than making them externs. */ extern tree objc_create_temporary_var (tree, const char *); - + #define objc_is_object_id(TYPE) (OBJC_TYPE_NAME (TYPE) == objc_object_id) #define objc_is_class_id(TYPE) (OBJC_TYPE_NAME (TYPE) == objc_class_id) |