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
  • c-lex.c

    old new  
    9191  cb->read_pch = c_common_read_pch;
    9292
    9393  /* Set the debug callbacks if we can use them.  */
    94   if (debug_info_level == DINFO_LEVEL_VERBOSE
     94  if (flag_syntax_only ||
     95      (debug_info_level == DINFO_LEVEL_VERBOSE
    9596      && (write_symbols == DWARF2_DEBUG
    96           || write_symbols == VMS_AND_DWARF2_DEBUG))
     97          || write_symbols == VMS_AND_DWARF2_DEBUG)))
    9798    {
    9899      cb->define = cb_define;
    99100      cb->undef = cb_undef;
Note: See TracBrowser for help on using the repository browser.