Commit dd142424 by Gabriel Dos Reis Committed by Gabriel Dos Reis

ir.texi: Correct typo.

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

        * ir.texi: Correct typo.

From-SVN: r33416
parent dc87bfde
2000-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* ir.texi: Correct typo.
2000-04-25 Martin v. Lwis <loewis@informatik.hu-berlin.de>
* decl.c (grokdeclarator): Reject VLAs as members.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment