* doc/c-tree.texi: Fix typo in introduction.

From-SVN: r52759
This commit is contained in:
Steven Bosscher 2002-04-25 09:34:52 +00:00 committed by Richard Sandiford
parent f2af4b8b4d
commit 4063beb78b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-25 Steven Bosscher <S.Bosscher@student.tudelft.nl>
* doc/c-tree.texi: Fix typo in introduction.
2002-04-24 Richard Henderson <rth@redhat.com>
* configure.in (HAVE_GAS_HIDDEN): Detect sparc binutils 2.12

View File

@ -27,7 +27,7 @@ the ability to process C or C++ code.
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