diff options
author | Martin v. Löwis <loewis@gcc.gnu.org> | 2000-04-11 06:06:22 +0000 |
---|---|---|
committer | Martin v. Löwis <loewis@gcc.gnu.org> | 2000-04-11 06:06:22 +0000 |
commit | 69942c205184e7d67dfff495466556a617625960 (patch) | |
tree | 8263bbf3a6c5210dd28697c93786a249ae75f3c0 /gcc | |
parent | 069cfbffbc6f01e2a28663d6cabb6cb0e168374c (diff) | |
download | gcc-69942c205184e7d67dfff495466556a617625960.zip gcc-69942c205184e7d67dfff495466556a617625960.tar.gz gcc-69942c205184e7d67dfff495466556a617625960.tar.bz2 |
Add missing table start back in.
From-SVN: r33072
Diffstat (limited to 'gcc')
-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 1569b67..00b5d97 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 |