This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Tiny fix for c-tree.texi
- From: "S. Bosscher" <S dot Bosscher at student dot tudelft dot nl>
- To: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 23 Apr 2002 23:23:30 +0200
- Subject: Tiny fix for c-tree.texi
c-tree.texi:30: parse error before `which' ;-)
Greetz
Steven
===========
--- c-tree.texi.orig Tue Apr 23 23:12:05 2002
+++ c-tree.texi Tue Apr 23 23:12:24 2002
@@ -27,7 +27,7 @@
This chapter explains the internal representation. In particular, it
documents the internal representation for C and C++ source
constructs, and the macros, functions, and variables that can be used to
-access these constructs. The C++ representation which is largely a
superset
+access these constructs. The C++ representation is largely a superset
of the representation used in the C front end. There is only one
construct used in C that does not appear in the C++ front end and that
is the GNU ``nested function'' extension. Many of the macros documented
=============