Commit 0bf162b9 by Manfred Hollstein Committed by Jeff Law

dguxbcs.h (CPP_SPEC): Add missing \ in multi-line string literal.

H
        * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
        string literal.

From-SVN: r27977
parent 1d8f2d15
......@@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. */
-traditional, or restricting include files to one specific source
target, specify full DG/UX features. */
#undef CPP_SPEC
#define CPP_SPEC "%(cpp_cpu)
#define CPP_SPEC "%(cpp_cpu) \
%{!msvr4:-D_M88KBCS_TARGET} %{msvr4:-D_DGUX_TARGET}"
/* Linker and library spec's.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment