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 gb, 14 years ago

New.

File size: 597 bytes
  • c-lex.c

    old new  
    100100  cb->read_pch = c_common_read_pch;
    101101
    102102  /* 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)))
    106107    {
    107108      cb->define = cb_define;
    108109      cb->undef = cb_undef;
Note: See TracBrowser for help on using the repository browser.