From: Rafael Garcia-Suarez Date: Thu, 2 Nov 2006 13:04:10 +0000 (+0000) Subject: This volatile modifier is not on the referent, but on the pointer X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3cbe32fd54913ec661efbd9621eea9e70c8ca47;p=p5sagit%2Fp5-mst-13.2.git This volatile modifier is not on the referent, but on the pointer (see change 28606) p4raw-id: //depot/perl@29190 --- diff --git a/op.c b/op.c index a6346f6..5325a5a 100644 --- 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;