applied patch, tweaked doc, and regen regnodes.h
[p5sagit/p5-mst-13.2.git] / byterun.c
index e77d3a3..26cb5ac 100644 (file)
--- a/byterun.c
+++ b/byterun.c
@@ -38,8 +38,8 @@ void byterun(PerlIO *fp)
        switch (insn) {
          case INSN_COMMENT:            /* 35 */
            {
-               comment arg;
-               BGET_comment(arg);
+               comment_t arg;
+               BGET_comment_t(arg);
                arg = arg;
                break;
            }