source:
branches/ffigen-apple-gcc-6465/ffigen4/source/gcc-5465-c-lex.c.diff@
63
| Last change on this file since 63 was 55, checked in by , 16 years ago | |
|---|---|
| File size: 597 bytes | |
-
c-lex.c
old new 149 149 cb->read_pch = c_common_read_pch; 150 150 151 151 /* Set the debug callbacks if we can use them. */ 152 if (debug_info_level == DINFO_LEVEL_VERBOSE 153 && (write_symbols == DWARF2_DEBUG 154 || write_symbols == VMS_AND_DWARF2_DEBUG)) 152 if (flag_syntax_only || 153 (debug_info_level == DINFO_LEVEL_VERBOSE 154 && (write_symbols == DWARF2_DEBUG 155 || write_symbols == VMS_AND_DWARF2_DEBUG))) 155 156 { 156 157 cb->define = cb_define; 157 158 cb->undef = cb_undef;
Note:
See TracBrowser
for help on using the repository browser.
