(default_compilers): Add missing comma between strings, so that traditional compilers...
authorRichard Stallman <rms@gnu.org>
Wed, 2 Sep 1992 23:19:20 +0000 (23:19 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 2 Sep 1992 23:19:20 +0000 (23:19 +0000)
commit20eec2c268e2964f00ae678abadf24ad98e7ed79
treeffa4ad5b7761f794a4183b8a959559bdf2bed689
parentc515799cd1dcb0df1462738acce002dd6f9f0099
(default_compilers): Add missing comma between strings, so that traditional compilers can compile gcc.c.

(default_compilers): Add missing comma between strings, so
that traditional compilers can compile gcc.c.
(main): Don't pass strcpy or strlen a NULL pointer if some of the
spec strings in default_compilers are NULL.
(validate_all_switches): Don't dereference a NULL pointer if some of
the spec strings in defalut_compilers are NULL.

From-SVN: r2039
gcc/gcc.c