This volatile modifier is not on the referent, but on the pointer
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 13:04:10 +0000 (13:04 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 13:04:10 +0000 (13:04 +0000)
(see change 28606)

p4raw-id: //depot/perl@29190

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;