source:
branches/ffigen-linuxarm/source/gcc-4.1.0-objc-act.c.diff@
75
| Last change on this file since 75 was 71, checked in by , 14 years ago | |
|---|---|
| File size: 624 bytes | |
-
objc/objc-act.c
old new 7709 7709 IDENTIFIER_POINTER (CLASS_SUPER_NAME (objc_implementation_context))); 7710 7710 } 7711 7711 } 7712 if (flag_syntax_only) { 7713 switch (TREE_CODE (class)) { 7714 case CLASS_INTERFACE_TYPE: 7715 ffi_rest_of_objc_class_compilation (class); 7716 break; 7717 case CATEGORY_INTERFACE_TYPE: 7718 ffi_rest_of_objc_category_compilation (class); 7719 break; 7720 case PROTOCOL_INTERFACE_TYPE: 7721 ffi_rest_of_objc_protocol_compilation (class); 7722 break; 7723 } 7724 } 7712 7725 } 7713 7726 7714 7727 static tree
Note:
See TracBrowser
for help on using the repository browser.
