diff options
author | Alexey Tourbin <at@altlinux.ru> | 2003-10-17 02:24:35 +0400 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-10-16 19:00:14 +0000 |
commit | 29e973714a981ba7ad514bfe1fab7d4003a07033 (patch) | |
tree | 6ae29f1c14ea58bfa8583dcaa4364d941a4fffdc /sv.h | |
parent | 96820f7c3e2b653f17592caf375543507ca51b58 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |