source: branches/ffigen-x-cocotron/ffigen4/source/gcc-4.3.1-toplev.c.diff@ 74

Last change on this file since 74 was 63, checked in by gb, 15 years ago

New.

File size: 579 bytes
  • toplev.c

    old new  
    10351035  init_final (main_input_filename);
    10361036  coverage_init (aux_base_name);
    10371037
     1038  if (flag_syntax_only)
     1039    ffi_init (asm_out_file, main_input_filename);
     1040 
    10381041  timevar_push (TV_PARSE);
    10391042
    10401043  /* Call the parser, which parses the entire file (calling
     
    21202123  input_filename = "<built-in>";
    21212124  input_line = 0;
    21222125#endif
     2126  if (flag_syntax_only)
     2127    ffi_early_init ();
    21232128  if (lang_hooks.init () == 0)
    21242129    return 0;
    21252130  input_location = save_loc;
Note: See TracBrowser for help on using the repository browser.