diff options
author | Steve Hay <SteveHay@planit.com> | 2006-08-25 16:12:52 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-08-25 16:12:52 +0000 |
commit | be64226e5b5d608a2b57cf611954f2a7cec0b340 (patch) | |
tree | ea61c0dc16cdd22872c8c0da380d767d2a1906ac /XSUB.h | |
parent | cca8f13b7a786baee2df1fba298a1923907c3bad (diff) | |
download | perl-be64226e5b5d608a2b57cf611954f2a7cec0b340.tar.gz |
Silence a bunch of Borland compiler warnings in SDBM_File
(See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
p4raw-id: //depot/perl@28759
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -365,7 +365,6 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">. if (name[7] == 's'){ \ arg = sv_2mortal(arg); \ } \ - SvOKp(arg); \ } } STMT_END #if 1 /* for compatibility */ |