source:
branches/ffigen-apple-gcc-5646/ffigen4/source/gcc-5646-c-lex.c.diff@
72
| Last change on this file since 72 was 67, checked in by , 15 years ago | |
|---|---|
| File size: 590 bytes | |
-
c-lex.c
old new 135 135 cb->read_pch = c_common_read_pch; 136 136 137 137 /* Set the debug callbacks if we can use them. */ 138 if (debug_info_level == DINFO_LEVEL_VERBOSE 139 && (write_symbols == DWARF2_DEBUG 140 || write_symbols == VMS_AND_DWARF2_DEBUG)) 138 if (flag_syntax_only || 139 (debug_info_level == DINFO_LEVEL_VERBOSE 140 && (write_symbols == DWARF2_DEBUG 141 || write_symbols == VMS_AND_DWARF2_DEBUG))) 141 142 { 142 143 cb->define = cb_define; 143 144 cb->undef = cb_undef;
Note:
See TracBrowser
for help on using the repository browser.
