source: branches/initial/source/gcc-4.0-20050326-c-lex.c.diff@ 58

Last change on this file since 58 was 2, checked in by gb, 20 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 597 bytes
  • c-lex.c

    old new  
    105105  cb->read_pch = c_common_read_pch;
    106106
    107107  /* 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)))
    111112    {
    112113      cb->define = cb_define;
    113114      cb->undef = cb_undef;
Note: See TracBrowser for help on using the repository browser.