Fix bad checkin in docs.
authorEric Christopher <echristo@gcc.gnu.org>
Fri, 6 Jul 2001 07:57:39 +0000 (07:57 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Fri, 6 Jul 2001 07:57:39 +0000 (07:57 +0000)
From-SVN: r43804

gcc/doc/invoke.texi

index 6915e62b08b1b651f2e4f30a036a33d71cce17d6..573f8b87ef81fd10188bc7c29a0870c2afd66d0e 100644 (file)
@@ -935,16 +935,9 @@ names @samp{c9x} and @samp{iso9899:199x} are deprecated.
 Default, ISO C89 plus GNU extensions (including some C99 features).
 
 @item gnu99
-iso9899:1999 + gnu extensions
-
-@item iso9899:199x
-same as @option{-std=iso9899:1999}, deprecated
-
-@item c9x
-same as @option{-std=iso9899:1999}, deprecated
-
 @item gnu9x
-same as @option{-std=gnu99}, deprecated
+ISO C99 plus GNU extensions.  When ISO C99 is fully implemented in GCC,
+this will become the default.  The name @samp{gnu9x} is deprecated.
 
 @end table