fix typo in comment
From-SVN: r26551
This commit is contained in:
parent
e8fc739639
commit
5b916f262a
@ -1,3 +1,7 @@
|
||||
Mon Apr 19 21:13:02 1999 Craig Burley <craig@jcb-sc.com>
|
||||
|
||||
* tree.def (BLOCK): Fix typo in comment.
|
||||
|
||||
1999-04-19 14:51 -0400 Zack Weinberg <zack@rabi.columbia.edu>
|
||||
|
||||
* cpplib.c (output_line_command): Drop CONDITIONAL argument.
|
||||
|
@ -82,7 +82,7 @@ DEFTREECODE (TREE_VEC, "tree_vec", 'x', 2)
|
||||
outermost scope of a particular inlining of a function).
|
||||
BLOCK_ABSTRACT is non-zero if the block represents an abstract
|
||||
instance of a block (i.e. one which is nested within an abstract
|
||||
instance of a inline function). */
|
||||
instance of an inline function). */
|
||||
DEFTREECODE (BLOCK, "block", 'b', 0)
|
||||
|
||||
/* Each data type is represented by a tree node whose code is one of
|
||||
|
Loading…
Reference in New Issue
Block a user