* check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
From-SVN: r24909
This commit is contained in:
parent
89e99eea80
commit
4c7f1c6367
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jan 29 16:51:56 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
|
||||
|
||||
1999-01-29 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* parse.h (BUILD_APPEND): If ARG is a non-String object reference,
|
||||
|
|
|
@ -530,7 +530,7 @@ check_init (exp, before)
|
|||
{
|
||||
struct alternatives *alt = alternatives;
|
||||
#ifdef ENABLE_CHECKING
|
||||
if (TREE_CODE (alt->block) != CLEANUP_POIN_EXPR)
|
||||
if (TREE_CODE (alt->block) != CLEANUP_POINT_EXPR)
|
||||
fatal ("internal error in check-init: WITH_CLEANUP_EXPR not in CLEANUP_POINT_EXPR");
|
||||
#endif
|
||||
check_init (TREE_OPERAND (exp, 0), before);
|
||||
|
|
Loading…
Add table
Reference in a new issue