ir.texi: Correct typo.

2000-04-25  Gabriel Dos Reis  <gdr@codesourcery.com>

        * ir.texi: Correct typo.

From-SVN: r33416
This commit is contained in:
Gabriel Dos Reis 2000-04-25 18:56:38 +02:00 committed by Gabriel Dos Reis
parent dc87bfdef1
commit dd14242439
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* ir.texi: Correct typo.
2000-04-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (grokdeclarator): Reject VLAs as members.

View File

@ -1600,7 +1600,7 @@ comparisons, and so forth.
@item COMPLEX_CST
These nodes are used to represent complex number constants, that is a
@code{__complex__} whose parts are constant nodes. The
@code{TREE_REALPART} and @code@TREE_IMAGPART} return the real and the
@code{TREE_REALPART} and @code{TREE_IMAGPART} return the real and the
imaginary parts respectively.
@item STRING_CST