Commit 4c7f1c63 by Richard Henderson Committed by Richard Henderson

* check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.

From-SVN: r24909
parent 89e99eea
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment