aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc/objc.h')
-rw-r--r--gcc/objc/objc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/objc/objc.h b/gcc/objc/objc.h
index e48b0fd..79b2519 100644
--- a/gcc/objc/objc.h
+++ b/gcc/objc/objc.h
@@ -126,6 +126,7 @@ struct objc_class {
struct objc_class* sibling_class;
struct objc_protocol_list *protocols; /* Protocols conformed to */
+ void* gc_object_type;
};
#ifndef __OBJC__