diff options
author | Karl Williamson <khw@cpan.org> | 2015-02-19 15:19:08 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-02-19 23:05:44 -0700 |
commit | ae3bb8eaaa75dd43e8b8c8e32e106da36f49dee7 (patch) | |
tree | d603c2149e568651c11035abc100775d6099eb68 /intrpvar.h | |
parent | 53255578b3ff804b2a8449c49c2ee29cccd56fb0 (diff) | |
download | perl-ae3bb8eaaa75dd43e8b8c8e32e106da36f49dee7.tar.gz |
Add qr/\b{wb}/
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 515409463a..cb77cd375a 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -609,6 +609,7 @@ PERLVARA(I, utf8_swash_ptrs, POSIX_SWASH_COUNT, SV *) PERLVARA(I, Posix_ptrs, POSIX_CC_COUNT, SV *) PERLVARA(I, XPosix_ptrs, POSIX_CC_COUNT, SV *) PERLVAR(I, GCB_invlist, SV *) +PERLVAR(I, WB_invlist, SV *) PERLVAR(I, last_swash_hv, HV *) PERLVAR(I, last_swash_tmps, U8 *) |