source: branches/ffigen-apple-gcc-5646/ffigen4/source/gcc-5646-c-lex.c.diff@ 69

Last change on this file since 69 was 67, checked in by gb, 15 years ago

Don't know if this works yet.

File size: 590 bytes
  • c-lex.c

    old new  
    135135  cb->read_pch = c_common_read_pch;
    136136
    137137  /* Set the debug callbacks if we can use them.  */
    138   if (debug_info_level == DINFO_LEVEL_VERBOSE
    139       && (write_symbols == DWARF2_DEBUG
    140           || write_symbols == VMS_AND_DWARF2_DEBUG))
     138  if (flag_syntax_only ||
     139      (debug_info_level == DINFO_LEVEL_VERBOSE
     140       && (write_symbols == DWARF2_DEBUG
     141           || write_symbols == VMS_AND_DWARF2_DEBUG)))
    141142    {
    142143      cb->define = cb_define;
    143144      cb->undef = cb_undef;
Note: See TracBrowser for help on using the repository browser.