source:
trunk/source/gcc-4.0-20050326-objc-act.c.diff@
5
| Last change on this file since 5 was 2, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 521 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 } 6940 } 6931 6941 } 6932 6942 6933 6943 static tree
Note:
See TracBrowser
for help on using the repository browser.
