projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1d088ed
)
Add another volatile modifier to protect against longjmp clobbering
Rafael Garcia-Suarez [Sun, 23 Jul 2006 12:51:02 +0000 (12:51 +0000)]
p4raw-id: //depot/perl@28606
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
36aaf4b
..
45ccd85
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-2119,7
+2119,7
@@
Perl_fold_constants(pTHX_ register OP *o)
register OP *curop;
OP *newop;
volatile I32 type = o->op_type;
- SV *sv = NULL;
+ volatile SV *sv = NULL;
int ret = 0;
I32 oldscope;
OP *old_next;