From: law Date: Thu, 11 Jun 1998 15:22:41 +0000 (+0000) Subject: * config/i386/aix386ng.h (CPP_SPEC): Remove extraneous quote. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=f34db41efacd9344e4236d6adeeeb13811e3307b * config/i386/aix386ng.h (CPP_SPEC): Remove extraneous quote. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20429 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de843accde8..473f28cebc5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 11 16:19:17 1998 David W. Schuler + + * config/i386/aix386ng.h (CPP_SPEC): Remove extraneous quote. + Thu Jun 11 12:40:27 1998 Jim Wilson * mips.c (override_options): Replace word_mode with explicit diff --git a/gcc/config/i386/aix386ng.h b/gcc/config/i386/aix386ng.h index ec283a4fa4e..7ced3cfd48e 100644 --- a/gcc/config/i386/aix386ng.h +++ b/gcc/config/i386/aix386ng.h @@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Dps2 -Dunix -Asystem(aix)" #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ - "%{posix:-D_POSIX_SOURCE}%{!posix:-DAIX} -D_I386 -D_AIX -D_MBCS" + %{posix:-D_POSIX_SOURCE}%{!posix:-DAIX} -D_I386 -D_AIX -D_MBCS" /* special flags for the aix assembler to generate the short form for all qualifying forward reference */