(lang_options): Change +e... to -+e...
authorRichard Stallman <rms@gnu.org>
Wed, 11 Nov 1992 07:05:30 +0000 (07:05 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 11 Nov 1992 07:05:30 +0000 (07:05 +0000)
From-SVN: r2743

gcc/toplev.c

index 2b3f7111f6b6e2a804ba9c40e3e86a820c067d4d..f5d23719f4fc51e841ca90a97f8cbc75663c0a88 100644 (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",