From: Jason Merrill Date: Mon, 10 May 1999 19:48:13 +0000 (-0400) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4592123b2afdd5dd5f75e8be63ab0bcc337bde5f;p=gcc.git fix typo From-SVN: r26874 --- diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 61d879c6d2d..5f3d9f9e203 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ -lang-c++ %{nostdinc*} %{C} %{A*} %{I*} %{P} %{$} %I\ %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ -D__GNUC__=%v1 -D__GNUG__=%v1\ - -D__GNUC_MINOR__=%v2} -D__cplusplus\ + -D__GNUC_MINOR__=%v2 -D__cplusplus\ %{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\ %{!fno-exceptions:-D__EXCEPTIONS}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\