diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-09-13 12:45:47 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-09-13 13:01:07 +0200 |
commit | 5fba0dddeee4e48144ce1f17a6e372ca4c980087 (patch) | |
tree | d04ded3c9935695ff952c073d10a6c03aff2cd1a /sv.c | |
parent | 334b0924e9cb80a0a1a60e44bb69faef523ef01c (diff) | |
download | perl-5fba0dddeee4e48144ce1f17a6e372ca4c980087.tar.gz |
Remove obsolete interpreter variable PL_utf8_alnumc
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12168,7 +12168,6 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, /* utf8 character classes */ PL_utf8_alnum = sv_dup_inc(proto_perl->Iutf8_alnum, param); - PL_utf8_alnumc = sv_dup_inc(proto_perl->Iutf8_alnumc, param); PL_utf8_ascii = sv_dup_inc(proto_perl->Iutf8_ascii, param); PL_utf8_alpha = sv_dup_inc(proto_perl->Iutf8_alpha, param); PL_utf8_space = sv_dup_inc(proto_perl->Iutf8_space, param); |