diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-06-13 16:03:28 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-13 16:39:35 +0000 |
commit | c9e984e3d743952007896f3861485beb944eb5d1 (patch) | |
tree | e8b65443816a78ff4684926e8420eedfe3023a9a /perliol.h | |
parent | 58122748fa6aa7e7bdd6f66fdd58e4e6f37e79f1 (diff) | |
download | perl-c9e984e3d743952007896f3861485beb944eb5d1.tar.gz |
Re: linux + usemorebits: gcc error?
Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
(go U32 based on NI-S since it's a flags field)
p4raw-id: //depot/perl@17222
Diffstat (limited to 'perliol.h')
-rw-r--r-- | perliol.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ struct PerlIO_list_s { struct _PerlIO_funcs { char *name; Size_t size; - IV kind; + U32 kind; IV (*Pushed) (pTHX_ PerlIO *f, const char *mode, SV *arg); IV (*Popped) (pTHX_ PerlIO *f); PerlIO *(*Open) (pTHX_ PerlIO_funcs *tab, |