diff options
author | Doug MacEachern <dougm@covalent.net> | 2001-06-11 15:19:45 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 13:13:27 +0000 |
commit | c6c619a96fa11b09bef26d0c724b6cfd0bdbb34b (patch) | |
tree | 00f4b8ab49ed4e56e2be3401170b6d1b6bca3e61 /ext/List | |
parent | 6676db263f08eab1c09a46739d7c3c0d2ea7f6df (diff) | |
download | perl-c6c619a96fa11b09bef26d0c724b6cfd0bdbb34b.tar.gz |
ext/ + -Wall
Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
p4raw-id: //depot/perl@10534
Diffstat (limited to 'ext/List')
-rw-r--r-- | ext/List/Util/Util.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/List/Util/Util.xs b/ext/List/Util/Util.xs index c5b5ebf27e..024f8755b4 100644 --- a/ext/List/Util/Util.xs +++ b/ext/List/Util/Util.xs @@ -293,7 +293,7 @@ CODE: croak("weak references are not implemented in this release of perl"); #endif -SV * +void isweak(sv) SV *sv PROTOTYPE: $ |