source:
branches/ffigen-x-cocotron/ffigen4/source/gcc-4.3.1-c-lex.c.diff@
74
| Last change on this file since 74 was 63, checked in by , 15 years ago | |
|---|---|
| File size: 538 bytes | |
-
c-lex.c
old new 91 91 cb->read_pch = c_common_read_pch; 92 92 93 93 /* Set the debug callbacks if we can use them. */ 94 if (debug_info_level == DINFO_LEVEL_VERBOSE 94 if (flag_syntax_only || 95 (debug_info_level == DINFO_LEVEL_VERBOSE 95 96 && (write_symbols == DWARF2_DEBUG 96 || write_symbols == VMS_AND_DWARF2_DEBUG)) 97 || write_symbols == VMS_AND_DWARF2_DEBUG))) 97 98 { 98 99 cb->define = cb_define; 99 100 cb->undef = cb_undef;
Note:
See TracBrowser
for help on using the repository browser.
