summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-24 12:19:42 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-01 09:58:08 -0600
commitc44286936652fb6ed452d349e29e4cd965ea1707 (patch)
treec98d7dfadf5765f10a5d4c26b805cefafef56c25 /intrpvar.h
parentbc39fe246af9f9dbbeef6550e5e5795ca2c366e5 (diff)
downloadperl-c44286936652fb6ed452d349e29e4cd965ea1707.tar.gz
No need for swashes for properties that are ASCII-only
These three properties are restricted to being true only for ASCII characters. That information is compiled into Perl, so no need to create swashes for them.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h
index dae9b84f1e..09154b7a97 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -573,9 +573,6 @@ PERLVAR(I, numeric_radix_sv, SV *) /* The radix separator if not '.' */
PERLVAR(I, utf8_alnum, SV *)
PERLVAR(I, utf8_alpha, SV *)
PERLVAR(I, utf8_space, SV *)
-PERLVAR(I, utf8_perl_space, SV *)
-PERLVAR(I, utf8_perl_word, SV *)
-PERLVAR(I, utf8_posix_digit, SV *)
PERLVAR(I, utf8_cntrl, SV *)
PERLVAR(I, utf8_graph, SV *)
PERLVAR(I, utf8_digit, SV *)