say() has the same syntax than print(), so forbid to override it
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index a6346f6..5325a5a 100644 (file)
--- a/op.c
+++ b/op.c
@@ -2119,7 +2119,7 @@ Perl_fold_constants(pTHX_ register OP *o)
     register OP *curop;
     OP *newop;
     VOL I32 type = o->op_type;
-    VOL SV *sv = NULL;
+    SV * VOL sv = NULL;
     int ret = 0;
     I32 oldscope;
     OP *old_next;