This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8029a4
)
Fix typo in change 29518 which broke non-debugging builds.
author
Nicholas Clark
<nick@ccl4.org>
Mon, 11 Dec 2006 21:52:12 +0000
(21:52 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 11 Dec 2006 21:52:12 +0000
(21:52 +0000)
(Here Mark, you can have the spare ; back again)
p4raw-id: //depot/perl@29523
sv.h
patch
|
blob
|
blame
|
history
diff --git
a/sv.h
b/sv.h
index
c919e93
..
4d7ad36
100644
(file)
--- a/
sv.h
+++ b/
sv.h
@@
-1067,7
+1067,7
@@
the scalar's value cannot change unless written to.
})
#else
# define SvTAIL(sv) ((SvFLAGS(sv) & (SVpbm_TAIL|SVpbm_VALID)) \
- == (SVpbm_TAIL|SVpbm_VALID))
;
+ == (SVpbm_TAIL|SVpbm_VALID))
#endif
#define SvTAIL_on(sv) (SvFLAGS(sv) |= SVpbm_TAIL)