projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
6ecb40c
)
fix NO_TAINT_SUPPORT on g++
author
David Mitchell <davem@iabyn.com>
Mon, 5 Nov 2012 14:57:28 +0000 (14:57 +0000)
committer
David Mitchell <davem@iabyn.com>
Mon, 5 Nov 2012 14:57:28 +0000 (14:57 +0000)
A '&' got lost in the conversion
scope.c
patch
|
blob
|
blame
|
history
diff --git
a/scope.c
b/scope.c
index
e93517a
..
3240800
100644
(file)
--- a/
scope.c
+++ b/
scope.c
@@
-818,7
+818,7
@@
Perl_leave_scope(pTHX_ I32 base)
ptr = SSPOPPTR;
*(bool*)ptr = cBOOL(uv >> 8);
#if !NO_TAINT_SUPPORT
- if (ptr == TAINT_get) {
+ if (ptr == &(TAINT_get)) {
/* If we don't update <was>, to reflect what was saved on the
* stack for PL_tainted, then we will overwrite this attempt to
* restore it when we exit this routine. Note that this won't