This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More U32 regflags.
[perl5.git] / op.h
diff --git a/op.h b/op.h
index bb1d330..e60514c 100644 (file)
--- a/op.h
+++ b/op.h
@@ -252,7 +252,7 @@ struct pmop {
     REGEXP *    op_pmregexp;            /* compiled expression */
 #endif
     U32                op_pmflags;
-    U16                op_pmpermflags;
+    U32                op_pmpermflags;
     U8         op_pmdynflags;
 #ifdef USE_ITHREADS
     char *     op_pmstashpv;