source: branches/ffigen-apple-gcc-6465/ffigen4/source/gcc-5465-c-lex.c.diff

Last change on this file was 55, checked in by gb, 16 years ago

New.

File size: 597 bytes
  • c-lex.c

    old new  
    149149  cb->read_pch = c_common_read_pch;
    150150
    151151  /* Set the debug callbacks if we can use them.  */
    152   if (debug_info_level == DINFO_LEVEL_VERBOSE
    153       && (write_symbols == DWARF2_DEBUG
    154           || write_symbols == VMS_AND_DWARF2_DEBUG))
     152  if (flag_syntax_only ||
     153      (debug_info_level == DINFO_LEVEL_VERBOSE
     154       && (write_symbols == DWARF2_DEBUG
     155           || write_symbols == VMS_AND_DWARF2_DEBUG)))
    155156    {
    156157      cb->define = cb_define;
    157158      cb->undef = cb_undef;
Note: See TracBrowser for help on using the repository browser.