Patch applying of #3499 had gone awry.
[p5sagit/p5-mst-13.2.git] / opcode.h
index abd9bff..b6143ea 100644 (file)
--- a/opcode.h
+++ b/opcode.h
@@ -891,7 +891,7 @@ EXT char *PL_op_desc[] = {
        "line sequence",
        "next statement",
        "debug next statement",
-       "unstack",
+       "iteration finalizer",
        "block entry",
        "block exit",
        "block",
@@ -1482,7 +1482,7 @@ EXT OP * (CPERLscope(*PL_check)[]) _((OP *op)) = {
        ck_null,        /* schop */
        ck_spair,       /* chomp */
        ck_null,        /* schomp */
-       ck_rfun,        /* defined */
+       ck_defined,     /* defined */
        ck_lfun,        /* undef */
        ck_fun,         /* study */
        ck_lfun,        /* pos */