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 250a01529d..124589b493 100644
--- a/perliol.h
+++ b/perliol.h
@@ -64,7 +64,7 @@ struct _PerlIO_funcs {
struct _PerlIO {
PerlIOl *next; /* Lower layer */
PerlIO_funcs *tab; /* Functions for this layer */
- IV flags; /* Various flags for state */
+ U32 flags; /* Various flags for state */
};
/*--------------------------------------------------------------------------------------*/