summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-24 12:05:25 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-01 09:58:08 -0600
commitbc39fe246af9f9dbbeef6550e5e5795ca2c366e5 (patch)
treeb0e4988e7684282b0b71ac2ef26d3f87f1f6189e /embedvar.h
parent141d8bad68a083b9ce300cdc2e34549bd4240fe4 (diff)
downloadperl-bc39fe246af9f9dbbeef6550e5e5795ca2c366e5.tar.gz
No need for swashes for computing if ASCII
This information is trivially computed via the macro, no need to go out to disk and store a swash for this.
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embedvar.h b/embedvar.h
index 575e2e2aca..f468bd8013 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -335,7 +335,6 @@
#define PL_utf8_X_prepend (vTHX->Iutf8_X_prepend)
#define PL_utf8_alnum (vTHX->Iutf8_alnum)
#define PL_utf8_alpha (vTHX->Iutf8_alpha)
-#define PL_utf8_ascii (vTHX->Iutf8_ascii)
#define PL_utf8_cntrl (vTHX->Iutf8_cntrl)
#define PL_utf8_digit (vTHX->Iutf8_digit)
#define PL_utf8_foldable (vTHX->Iutf8_foldable)