diff options
author | Doug MacEachern <dougm@covalent.net> | 2001-02-18 05:08:04 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-18 22:16:50 +0000 |
commit | 8063af025e8b11a3a92c708534a72a8c4fe60322 (patch) | |
tree | 73543e90c1f50fccd4b8b5803329f3df72f684f5 /ext/IO/IO.xs | |
parent | 3baa4c62cda542368be1e7e1f7af8bd8257c2ff4 (diff) | |
download | perl-8063af025e8b11a3a92c708534a72a8c4fe60322.tar.gz |
[patch] -Wall cleanup round 2
Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
p4raw-id: //depot/perl@8837
Diffstat (limited to 'ext/IO/IO.xs')
-rw-r--r-- | ext/IO/IO.xs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/IO/IO.xs b/ext/IO/IO.xs index 13b198cc71..942a799357 100644 --- a/ext/IO/IO.xs +++ b/ext/IO/IO.xs @@ -136,7 +136,7 @@ io_blocking(InputStream f, int block) MODULE = IO PACKAGE = IO::Seekable PREFIX = f -SV * +void fgetpos(handle) InputStream handle CODE: @@ -188,7 +188,7 @@ fsetpos(handle, pos) MODULE = IO PACKAGE = IO::File PREFIX = f -SV * +void new_tmpfile(packname = "IO::File") char * packname PREINIT: |