source: branches/ffigen-x-cocotron/ffigen4/source/gcc-4.3.1-c-lex.c.diff@ 73

Last change on this file since 73 was 63, checked in by gb, 15 years ago

New.

File size: 538 bytes
RevLine 
[63]1--- c-lex.c.orig 2008-07-13 16:33:36.000000000 -0600
2+++ c-lex.c 2009-07-21 20:47:04.000000000 -0600
3@@ -91,9 +91,10 @@
4 cb->read_pch = c_common_read_pch;
5
6 /* Set the debug callbacks if we can use them. */
7- if (debug_info_level == DINFO_LEVEL_VERBOSE
8+ if (flag_syntax_only ||
9+ (debug_info_level == DINFO_LEVEL_VERBOSE
10 && (write_symbols == DWARF2_DEBUG
11- || write_symbols == VMS_AND_DWARF2_DEBUG))
12+ || write_symbols == VMS_AND_DWARF2_DEBUG)))
13 {
14 cb->define = cb_define;
15 cb->undef = cb_undef;
Note: See TracBrowser for help on using the repository browser.