From 0a81f5a04d914aa6a7803a9d37486d85bdfd3c03 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Sun, 3 Jul 2005 21:08:11 +0000 Subject: * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c, cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c, config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h, config/stormy16/stormy16.c, config/v850/v850.c, config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c, except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c: Avoid "." or "\n" at end of diagnostics and capital letters at start of diagnostics. * combine.c, cse.c: Don't translate dump file output. * toplev.c (print_version): Only translate output if going to stderr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101561 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/lynx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config/lynx.h') diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index 411c7d7f686..2805a57d336 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -68,7 +68,7 @@ Boston, MA 02110-1301, USA. */ # define CPP_OS_LYNX_SPEC \ "%{mthreads: \ %{mlegacy-threads: \ - %eCannot use mthreads and mlegacy-threads together.}} \ + %ecannot use mthreads and mlegacy-threads together}} \ %{mthreads: -D_MULTITHREADED} \ %{mlegacy-threads: -D_THREADS_POSIX4ad4} \ -Asystem=lynx -Asystem=unix -D__Lynx__ -D__unix__" @@ -93,7 +93,7 @@ Boston, MA 02110-1301, USA. */ #ifndef LINK_OS_LYNX_SPEC # define LINK_OS_LYNX_SPEC \ "%{shared} %{static} \ - %{mshared: %{static: %eCannot use mshared and static together.}} \ + %{mshared: %{static: %ecannot use mshared and static together}} \ %{!mshared: %{!shared: %{!static: -static}}} \ %{L*} \ %{mthreads: \ -- cgit v1.2.1