summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-12-11 21:52:12 +0000
committerNicholas Clark <nick@ccl4.org>2006-12-11 21:52:12 +0000
commitfe9016888567104767dbf71c5a5b5c31341af1f4 (patch)
tree9a0f59db52b44c4cebf9f95a845f36ad9036de67 /sv.h
parentc8029a41836bfd27a0636d6911767d88af046f75 (diff)
downloadperl-fe9016888567104767dbf71c5a5b5c31341af1f4.tar.gz
Fix typo in change 29518 which broke non-debugging builds.
(Here Mark, you can have the spare ; back again) p4raw-id: //depot/perl@29523
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index c919e93312..4d7ad362c3 100644
--- 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)