summaryrefslogtreecommitdiff
path: root/ext/List/Util/Util.xs
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2006-12-10 16:17:14 +0000
committerGraham Barr <gbarr@pobox.com>2006-12-10 16:17:14 +0000
commitddf53ba4b8c9fde6237a7d93de673789b19fd993 (patch)
tree30479b6383b24bb98c9c72fe8d643ce676984443 /ext/List/Util/Util.xs
parent46aae397587df138512b096e840e4d6b0944ce40 (diff)
downloadperl-ddf53ba4b8c9fde6237a7d93de673789b19fd993.tar.gz
Upgrade to Scalar-List-Utils-1.19
p4raw-id: //depot/perl@29498
Diffstat (limited to 'ext/List/Util/Util.xs')
-rw-r--r--ext/List/Util/Util.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/List/Util/Util.xs b/ext/List/Util/Util.xs
index 5f713a00b5..585225c5b3 100644
--- a/ext/List/Util/Util.xs
+++ b/ext/List/Util/Util.xs
@@ -312,7 +312,7 @@ CODE:
{
dVAR;
int index;
-#if (PERL_VERSION < 8) || (PERL_VERSION == 8 && PERL_SUBVERSION <1)
+#if (PERL_VERSION < 9)
struct op dmy_op;
struct op *old_op = PL_op;