projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
24b23f3
)
This volatile modifier is not on the referent, but on the pointer
Rafael Garcia-Suarez [Thu, 2 Nov 2006 13:04:10 +0000 (13:04 +0000)]
(see change 28606)
p4raw-id: //depot/perl@29190
op.c
patch
|
blob
|
blame
|
history
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;