From: Hugo van der Sanden Date: Thu, 13 Jun 2002 15:03:28 +0000 (+0100) Subject: Re: linux + usemorebits: gcc error? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9e984e3d743952007896f3861485beb944eb5d1;p=p5sagit%2Fp5-mst-13.2.git 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 --- 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,