[gnu.gdb.bug] 3.3 bug

sclafani@SRC.DEC.COM (Michael Sclafani) (10/05/89)

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