diff options
author | Eric Christopher <echristo@gcc.gnu.org> | 2001-07-06 07:57:39 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2001-07-06 07:57:39 +0000 |
commit | d15a05b3acd56e54de35f8e410799e914b9ca604 (patch) | |
tree | b9f36212974328274bd6e918a5354a6827e1688e /gcc | |
parent | 7dac2f891f43324a2e3dddc79a384d5d96374900 (diff) | |
download | gcc-d15a05b3acd56e54de35f8e410799e914b9ca604.zip gcc-d15a05b3acd56e54de35f8e410799e914b9ca604.tar.gz gcc-d15a05b3acd56e54de35f8e410799e914b9ca604.tar.bz2 |
Fix bad checkin in docs.
From-SVN: r43804
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6915e62..573f8b8 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |