projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1dfbb
)
Missed this hunk - belongs with the previous patch
author
Zack Weinberg
<zack@gcc.gnu.org>
Thu, 17 Jul 2003 20:25:21 +0000
(20:25 +0000)
committer
Zack Weinberg
<zack@gcc.gnu.org>
Thu, 17 Jul 2003 20:25:21 +0000
(20:25 +0000)
From-SVN: r69521
gcc/objc/objc-act.c
patch
|
blob
|
history
diff --git
a/gcc/objc/objc-act.c
b/gcc/objc/objc-act.c
index 3f451b0f5992427b8708807a57e353711cdc9eaf..c682850fc1212656e1b96c49ac61daeb55305ad4 100644
(file)
--- a/
gcc/objc/objc-act.c
+++ b/
gcc/objc/objc-act.c
@@
-3470,8
+3470,9
@@
synth_forward_declarations ()
UOBJC_CLASS_decl = define_decl (an_id, decl_specs);
TREE_USED (UOBJC_CLASS_decl) = 1;
DECL_ARTIFICIAL (UOBJC_CLASS_decl) = 1;
+ TREE_PUBLIC (UOBJC_CLASS_decl) = 0;
- /*
extern
struct objc_class _OBJC_METACLASS_<my_name>; */
+ /*
static
struct objc_class _OBJC_METACLASS_<my_name>; */
an_id = synth_id_with_class_suffix ("_OBJC_METACLASS",
objc_implementation_context);