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 /intrpvar.h | |
parent | 334b0924e9cb80a0a1a60e44bb69faef523ef01c (diff) | |
download | perl-5fba0dddeee4e48144ce1f17a6e372ca4c980087.tar.gz |
Remove obsolete interpreter variable PL_utf8_alnumc
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 9f8e443f09..02d65155a8 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -513,7 +513,6 @@ PERLVAR(Inumeric_name, char *) /* Name of current numeric locale */ /* utf8 character classes */ PERLVAR(Iutf8_alnum, SV *) -PERLVAR(Iutf8_alnumc, SV *) PERLVAR(Iutf8_ascii, SV *) PERLVAR(Iutf8_alpha, SV *) PERLVAR(Iutf8_space, SV *) |