summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorAlexey Tourbin <at@altlinux.ru>2003-10-17 02:24:35 +0400
committerAbhijit Menon-Sen <ams@wiw.org>2003-10-16 19:00:14 +0000
commit29e973714a981ba7ad514bfe1fab7d4003a07033 (patch)
tree6ae29f1c14ea58bfa8583dcaa4364d941a4fffdc /sv.h
parent96820f7c3e2b653f17592caf375543507ca51b58 (diff)
downloadperl-29e973714a981ba7ad514bfe1fab7d4003a07033.tar.gz
Re: assert.h breaks perl.h
Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru> p4raw-id: //depot/perl@21468
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 38fdb12896..5d2fab27bc 100644
--- a/sv.h
+++ b/sv.h
@@ -529,7 +529,7 @@ Set the length of the string which is in the SV. See C<SvCUR>.
SVp_IOK|SVp_NOK|SVf_IVisUV))
#if defined(__GNUC__) && !defined(PERL_GCC_BRACE_GROUPS_FORBIDDEN)
-#define assert_not_ROK(sv) ({assert(!SvROK(sv) || !SvRV(sv))}),
+#define assert_not_ROK(sv) ({assert(!SvROK(sv) || !SvRV(sv));}),
#else
#define assert_not_ROK(sv)
#endif