source:
branches/ffigen-apple-gcc-6465/ffigen4/source/gcc-5465-objc-act.c.diff@
75
| Last change on this file since 75 was 55, checked in by , 16 years ago | |
|---|---|
| File size: 933 bytes | |
-
objc/objc-act.c
old new 4309 4309 /* Suppress outputting debug symbols, because 4310 4310 dbxout_init hasn'r been called yet. */ 4311 4311 write_symbols = NO_DEBUG; 4312 debug_hooks = &do_nothing_debug_hooks; 4312 if (!flag_syntax_only) 4313 debug_hooks = &do_nothing_debug_hooks; 4314 4313 4315 4314 4316 #ifdef OBJCPLUS 4315 4317 push_lang_context (lang_name_c); /* extern "C" */ … … 16369 16371 } 16370 16372 } 16371 16373 /* APPLE LOCAL end C* property (Radar 4436866) */ 16374 if (flag_syntax_only) { 16375 switch (TREE_CODE (class)) { 16376 case CLASS_INTERFACE_TYPE: 16377 ffi_rest_of_objc_class_compilation (class); 16378 break; 16379 case CATEGORY_INTERFACE_TYPE: 16380 ffi_rest_of_objc_category_compilation (class); 16381 break; 16382 case PROTOCOL_INTERFACE_TYPE: 16383 ffi_rest_of_objc_protocol_compilation (class); 16384 break; 16385 } 16386 } 16372 16387 } 16373 16388 16374 16389 static tree
Note:
See TracBrowser
for help on using the repository browser.
