source:
branches/ffigen-apple-gcc-5646/ffigen4/source/gcc-5646-objc-act.diff@
75
| Last change on this file since 75 was 67, checked in by , 15 years ago | |
|---|---|
| File size: 1.0 KB | |
-
objc/objc-act.c
old new 972 972 do not output any debug info. for class type as yet. */ 973 973 gcc_assert (TREE_CODE (objc_interface_context) == CLASS_INTERFACE_TYPE); 974 974 save_default_debug_hooks = debug_hooks; 975 debug_hooks = &do_nothing_debug_hooks; 975 if (!flag_syntax_only) 976 debug_hooks = &do_nothing_debug_hooks; 977 978 976 979 /* APPLE LOCAL end radar 4666559 */ 977 980 objc_ivar_chain 978 981 = continue_class (objc_interface_context); … … 16938 16941 } 16939 16942 /* APPLE LOCAL end radar 4965989 */ 16940 16943 } 16944 if (flag_syntax_only) { 16945 switch (TREE_CODE (class)) { 16946 case CLASS_INTERFACE_TYPE: 16947 ffi_rest_of_objc_class_compilation (class); 16948 break; 16949 case CATEGORY_INTERFACE_TYPE: 16950 ffi_rest_of_objc_category_compilation (class); 16951 break; 16952 case PROTOCOL_INTERFACE_TYPE: 16953 ffi_rest_of_objc_protocol_compilation (class); 16954 break; 16955 } 16956 } 16957 16941 16958 /* APPLE LOCAL end objc new property */ 16942 16959 } 16943 16960
Note:
See TracBrowser
for help on using the repository browser.
