mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 03:18:58 +08:00
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:
parent
dc87bfdef1
commit
dd14242439
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user