Change 34002 by [EMAIL PROTECTED] on 2008/06/05 13:17:40
Subject: [perl #55302] cc_runtime syntax error
From: "Reini Urban via RT" <[EMAIL PROTECTED]>
Date: Wed, 04 Jun 2008 14:07:05 -0700
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/cc_runtime.h#18 edit
Differences ...
==== //depot/perl/cc_runtime.h#18 (text) ====
Index: perl/cc_runtime.h
--- perl/cc_runtime.h#17~27136~ 2006-02-09 08:49:32.000000000 -0800
+++ perl/cc_runtime.h 2008-06-05 06:17:40.000000000 -0700
@@ -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); \
End of Patch.