From: Richard Stallman Date: Wed, 11 Nov 1992 07:05:30 +0000 (+0000) Subject: (lang_options): Change +e... to -+e... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6419d86083931aca3141bac5439ebeb390598097;p=gcc.git (lang_options): Change +e... to -+e... From-SVN: r2743 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 2b3f7111f6b..f5d23719f4f 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -562,9 +562,9 @@ char *lang_options[] = "-Wall", /* These are for C++. */ - "+e0", - "+e1", - "+e2", + "-+e0", /* gcc.c tacks the `-' on the front. */ + "-+e1", + "-+e2", "-fsave-memoized", "-fno-save-memoized", "-fSOS",