[gnu.gdb.bug] 2 minor glitches in 3.3

rfg@ICS.UCI.EDU (10/08/89)

When building GDB 3.3. for the Symmetry, I found two minor glitches.

First, the Symmetry option for config.gdb failed to cause the proper
dep.c file to be linked.  Thus, I got a link to "default-dep.c".

Second, when compiling with this configuration, I got a compile error
(unterminated character constant) on default-dep.c.  This was apparently
due to the fact that there is a comment inside of default-dep.c that was
*not* surrounded by /* and */, but only by #if 0 and #endif.  This comment
contained something like:

	... can't ...

That caused the problem.

// rfg