source:
branches/ffigen-linuxarm/source/gcc-4.1.0-c-lex.c.diff@
74
| Last change on this file since 74 was 71, checked in by , 14 years ago | |
|---|---|
| File size: 597 bytes | |
-
c-lex.c
old new 100 100 cb->read_pch = c_common_read_pch; 101 101 102 102 /* Set the debug callbacks if we can use them. */ 103 if (debug_info_level == DINFO_LEVEL_VERBOSE 104 && (write_symbols == DWARF2_DEBUG 105 || write_symbols == VMS_AND_DWARF2_DEBUG)) 103 if (flag_syntax_only || 104 (debug_info_level == DINFO_LEVEL_VERBOSE 105 && (write_symbols == DWARF2_DEBUG 106 || write_symbols == VMS_AND_DWARF2_DEBUG))) 106 107 { 107 108 cb->define = cb_define; 108 109 cb->undef = cb_undef;
Note:
See TracBrowser
for help on using the repository browser.
