X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perliol.h;h=250a01529d36e387d0b4efa19098959af75a64d4;hb=47c8db80932508b6333745f2c283d5a98bf9cccb;hp=8595c2e2007a45f582c31ccfebc44c021a57986d;hpb=44798d05173226aecbb6247375cc88a9dd809540;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perliol.h b/perliol.h index 8595c2e..250a015 100644 --- a/perliol.h +++ b/perliol.h @@ -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,