diff options
author | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-11 06:06:22 +0000 |
---|---|---|
committer | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-11 06:06:22 +0000 |
commit | 9065d17ce9ef11af2bced1216da19491909df9ac (patch) | |
tree | 8263bbf3a6c5210dd28697c93786a249ae75f3c0 /gcc/extend.texi | |
parent | 1886e87de6421bee912b8f1d37f76339f2d6624c (diff) | |
download | ppe42-gcc-9065d17ce9ef11af2bced1216da19491909df9ac.tar.gz ppe42-gcc-9065d17ce9ef11af2bced1216da19491909df9ac.zip |
Add missing table start back in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33072 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/extend.texi')
-rw-r--r-- | gcc/extend.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi index 1569b675979..00b5d97abb9 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -3225,6 +3225,7 @@ cases, the feature might be gone already. While the list below is not exhaustive, it documents some of the options that are now deprecated: +@table @code @item -fexternal-templates @itemx -falt-external-templates These are two of the many ways for g++ to implement template |