source:
branches/ffigen-x-cocotron/ffigen4/source/gcc-4.3.1-toplev.c.diff@
68
| Last change on this file since 68 was 63, checked in by , 15 years ago | |
|---|---|
| File size: 579 bytes | |
-
toplev.c
old new 1035 1035 init_final (main_input_filename); 1036 1036 coverage_init (aux_base_name); 1037 1037 1038 if (flag_syntax_only) 1039 ffi_init (asm_out_file, main_input_filename); 1040 1038 1041 timevar_push (TV_PARSE); 1039 1042 1040 1043 /* Call the parser, which parses the entire file (calling … … 2120 2123 input_filename = "<built-in>"; 2121 2124 input_line = 0; 2122 2125 #endif 2126 if (flag_syntax_only) 2127 ffi_early_init (); 2123 2128 if (lang_hooks.init () == 0) 2124 2129 return 0; 2125 2130 input_location = save_loc;
Note:
See TracBrowser
for help on using the repository browser.
