diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-27 21:56:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-27 21:56:22 +0000 |
commit | e2509266c9847076dfc3d18ac8fca1d162b06701 (patch) | |
tree | 7a6b92ce34890034ab532c83ee657858280b8934 /op.h | |
parent | c3c1a6ccacc1d425ca68250b3ecd9a3453e763dc (diff) | |
download | perl-e2509266c9847076dfc3d18ac8fca1d162b06701.tar.gz |
More U32 regflags.
p4raw-id: //depot/perl@16231
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |