tree.c (expr_check): Fix typo in last change.

1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>

	* tree.c (expr_check): Fix typo in last change.

From-SVN: r28773
This commit is contained in:
Zack Weinberg 1999-08-20 01:54:42 +00:00 committed by Zack Weinberg
parent bd30fa53ca
commit efe0774e6a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>
* tree.c (expr_check): Fix typo in last change.
1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>
* rtl.def (NOTE): Change format to "iuu0n".

View File

@ -5165,7 +5165,7 @@ cst_or_constructor_check (node, file, line)
}
tree
cst_or_constructor_check (node, file, line)
expr_check (node, file, line)
const tree node;
const char *file;
int line;