source:
trunk/ffigen4/source/gcc-4.0.0-objc-act.c.diff@
68
| Last change on this file since 68 was 26, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 602 bytes | |
-
objc/objc-act.c
old new 6928 6928 IDENTIFIER_POINTER (CLASS_SUPER_NAME (objc_implementation_context))); 6929 6929 } 6930 6930 } 6931 if (flag_syntax_only) { 6932 switch (TREE_CODE (class)) { 6933 case CLASS_INTERFACE_TYPE: 6934 ffi_rest_of_objc_class_compilation (class); 6935 break; 6936 case CATEGORY_INTERFACE_TYPE: 6937 ffi_rest_of_objc_category_compilation (class); 6938 break; 6939 case PROTOCOL_INTERFACE_TYPE: 6940 ffi_rest_of_objc_protocol_compilation (class); 6941 break; 6942 } 6943 } 6931 6944 } 6932 6945 6933 6946 static tree
Note:
See TracBrowser
for help on using the repository browser.
