diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2006-05-28 01:01:12 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-05-28 01:01:12 +0000 |
commit | 96e5d7455714fe9ed2bb254ee00869307c7ec28d (patch) | |
tree | 183ed05f51ee8ccc424a9e836207d11f6a6d6e9c /gcc/objc | |
parent | 80ecfbb9f884a75143360d35187d8d0c79ba5fa5 (diff) | |
download | gcc-96e5d7455714fe9ed2bb254ee00869307c7ec28d.zip gcc-96e5d7455714fe9ed2bb254ee00869307c7ec28d.tar.gz gcc-96e5d7455714fe9ed2bb254ee00869307c7ec28d.tar.bz2 |
Fix whitespacing
From-SVN: r114164
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/objc-act.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 8346ef6..6addd97 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -3540,9 +3540,9 @@ next_sjlj_build_enter_and_setjmp (void) return build3 (COND_EXPR, void_type_node, cond, NULL, NULL); } -/* Build - DECL = objc_exception_extract(&_stack); -*/ +/* Build: + + DECL = objc_exception_extract(&_stack); */ static tree next_sjlj_build_exc_extract (tree decl) @@ -5195,6 +5195,7 @@ generate_ivars_list (tree type, const char *name, int size, tree list) } /* Count only the fields occurring in T. */ + static int ivar_list_length (tree t) { @@ -6889,6 +6890,7 @@ lookup_method_static (tree interface, tree ident, int flags) /* Add the method to the hash list if it doesn't contain an identical method already. */ + static void add_method_to_hash_list (hash *hash_list, tree method) { |