source: branches/ffigen-linuxarm/source/gcc-4.1.0-objc-act.c.diff@ 73

Last change on this file since 73 was 71, checked in by gb, 14 years ago

New.

File size: 624 bytes
  • objc/objc-act.c

    old new  
    77097709                             IDENTIFIER_POINTER (CLASS_SUPER_NAME (objc_implementation_context)));
    77107710        }
    77117711    }
     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  }
    77127725}
    77137726
    77147727static tree
Note: See TracBrowser for help on using the repository browser.