* tree.h: Fix comment typo.
From-SVN: r82299
This commit is contained in:
parent
f667741c42
commit
cdc9d80325
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-05-26 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* tree.h: Fix comment typo.
|
||||
|
||||
2004-05-27 Steven Bosscher <stevenb@suse.de>
|
||||
|
||||
* gimplify.c (compare_case_labels): New function.
|
||||
|
|
|
@ -35,7 +35,7 @@ enum tree_code {
|
|||
#include "tree.def"
|
||||
|
||||
LAST_AND_UNUSED_TREE_CODE /* A convenient way to get a value for
|
||||
NUM_TREE_CODE. */
|
||||
NUM_TREE_CODES. */
|
||||
};
|
||||
|
||||
#undef DEFTREECODE
|
||||
|
|
Loading…
Add table
Reference in a new issue