* doc/c-tree.texi (Trees): Only refer to GCC.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Mon, 17 Dec 2001 13:08:51 +0000 (14:08 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 17 Dec 2001 13:08:51 +0000 (13:08 +0000)
From-SVN: r48099

gcc/ChangeLog
gcc/doc/c-tree.texi

index 5f53b8868e6ca2789056095a1df674bd8c32f0f2..c8d132b98f0680bf015b0467c1f615b5a0aa4de6 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * doc/c-tree.texi (Trees): Only refer to GCC.
+
 2001-12-17  Andreas Jaeger  <aj@suse.de>
 
        * c-common.def: Fix typo in comment.
index 8d226474e49fe4bf5bb7e54c8a754db8c8eb7667..e135da3f5f0edb516fb5ba5cbffb5f443ea6ff06 100644 (file)
@@ -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