[perl #55302] cc_runtime syntax error
authorReini Urban <rurban@x-ray.at>
Wed, 4 Jun 2008 14:07:05 +0000 (07:07 -0700)
committerSteve Peters <steve@fisharerojo.org>
Thu, 5 Jun 2008 13:17:40 +0000 (13:17 +0000)
From: "Reini Urban via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-11257-1212613625-313.55302-15-0@perl.org>

p4raw-id: //depot/perl@34002

cc_runtime.h

index cb8c4ca..d2e4f7f 100644 (file)
@@ -54,7 +54,7 @@
        switch (ret) {                          \
        case 0:                                 \
            PL_op = ppaddr(aTHX);               \
-           if (PL_op != nxt) CALLRUNOPS();     \
+           if (PL_op != nxt) CALLRUNOPS(aTHX); \
            JMPENV_POP;                         \
            break;                              \
        case 1: JMPENV_POP; JMPENV_JUMP(1);     \