aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2001-12-17 14:08:51 +0100
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-12-17 13:08:51 +0000
commita89c5741f358451b7ac26dc965755038bddda7bf (patch)
treed0f1b3f17eda6675bab5d999f256e9fe7c36e804 /gcc/doc
parentddff03932ed0a119adde222aee2aff847a9d4eb1 (diff)
downloadgcc-a89c5741f358451b7ac26dc965755038bddda7bf.zip
gcc-a89c5741f358451b7ac26dc965755038bddda7bf.tar.gz
gcc-a89c5741f358451b7ac26dc965755038bddda7bf.tar.bz2
* doc/c-tree.texi (Trees): Only refer to GCC.
From-SVN: r48099
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/c-tree.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi
index 8d22647..e135da3 100644
--- a/gcc/doc/c-tree.texi
+++ b/gcc/doc/c-tree.texi
@@ -12,7 +12,7 @@
@cindex Trees
@cindex C/C++ Internal Representation
-This chapter documents the internal representation used by GCC and C++ to
+This chapter documents the internal representation used by GCC to
represent C and C++ source programs. When presented with a C or C++
source program, GCC parses the program, performs semantic analysis
(including the generation of error messages), and then produces the