source: trunk/ffigen4/source/gcc-4.0.0-objc-act.c.diff@ 42

Last change on this file since 42 was 26, checked in by gb, 20 years ago

new files

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 602 bytes
  • objc/objc-act.c

    old new  
    69286928                             IDENTIFIER_POINTER (CLASS_SUPER_NAME (objc_implementation_context)));
    69296929        }
    69306930    }
     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  }
    69316944}
    69326945
    69336946static tree
Note: See TracBrowser for help on using the repository browser.