diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-22 14:35:31 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-13 01:12:47 -0700 |
commit | 3a69dad21b36726c1abaee5f4bc07deb88e8bbb3 (patch) | |
tree | 648eef81c45b2d4d179419c6f9bd5be365011d67 /intrpvar.h | |
parent | 8df0e7a28b22521824d9a5d0d44f2b27d2955298 (diff) | |
download | perl-3a69dad21b36726c1abaee5f4bc07deb88e8bbb3.tar.gz |
Remove PL_(lex_)encoding and all dependent code
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h index ca1bb718b9..756b1dc9b4 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -695,9 +695,6 @@ PERLVARI(I, known_layers, PerlIO_list_t *, NULL) PERLVARI(I, def_layerlist, PerlIO_list_t *, NULL) #endif -PERLVARI(I, encoding, SV *, NULL) /* $^ENCODING */ -PERLVARI(I, lex_encoding, SV *, NULL) /* encoding pragma */ - PERLVAR(I, utf8_idstart, SV *) PERLVAR(I, utf8_idcont, SV *) PERLVAR(I, utf8_xidstart, SV *) |