source:
tags/start/source/gcc-4.0-20050326-c-lex.c.diff@
56
| Last change on this file since 56 was 2, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 597 bytes | |
-
c-lex.c
old new 105 105 cb->read_pch = c_common_read_pch; 106 106 107 107 /* Set the debug callbacks if we can use them. */ 108 if (debug_info_level == DINFO_LEVEL_VERBOSE 109 && (write_symbols == DWARF2_DEBUG 110 || write_symbols == VMS_AND_DWARF2_DEBUG)) 108 if (flag_syntax_only || 109 (debug_info_level == DINFO_LEVEL_VERBOSE 110 && (write_symbols == DWARF2_DEBUG 111 || write_symbols == VMS_AND_DWARF2_DEBUG))) 111 112 { 112 113 cb->define = cb_define; 113 114 cb->undef = cb_undef;
Note:
See TracBrowser
for help on using the repository browser.
