summaryrefslogtreecommitdiff
path: root/perliol.h
diff options
context:
space:
mode:
Diffstat (limited to 'perliol.h')
-rw-r--r--perliol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perliol.h b/perliol.h
index 8595c2e200..250a01529d 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,