diff options
author | Karl Williamson <khw@cpan.org> | 2015-02-19 19:42:33 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-02-19 23:05:53 -0700 |
commit | 06ae27223f8f0af5633beb82c8be873ecadaaae3 (patch) | |
tree | f672431de09958d3a1cef7db44b18dc6cb820834 /intrpvar.h | |
parent | d3e558c4cd58bf26578bbee7f0852f8472539397 (diff) | |
download | perl-06ae27223f8f0af5633beb82c8be873ecadaaae3.tar.gz |
Add \b{sb}
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 cb77cd375a..0093056d88 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, SB_invlist, SV *) PERLVAR(I, WB_invlist, SV *) PERLVAR(I, last_swash_hv, HV *) |