(lang_options): Change +e... to -+e...

From-SVN: r2743
This commit is contained in:
Richard Stallman 1992-11-11 07:05:30 +00:00
parent c3279a0181
commit 6419d86083
1 changed files with 3 additions and 3 deletions

View File

@ -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",