Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!uwm.edu!gem.mps.ohio-state.edu!pacific.mps.ohio-state.edu!tut.cis.ohio-state.edu!SRC.DEC.COM!sclafani From: sclafani@SRC.DEC.COM (Michael Sclafani) Newsgroups: gnu.gdb.bug Subject: 3.3 bug Message-ID: <8910051135.AA10656@jumbo.pa.dec.com> Date: 5 Oct 89 11:35:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 7 default-dep.c contains two trivial bugs: as already reported, the "else" and "#endif" around line 197 are transposed, and the 'comment' #if'd out contains an apostrophe, which causes gcc-1.36 cpp to complain about an unterminated character constant. Either nuke the apostrophe, or _really_ make it a comment. /Scliff