From bc39fe246af9f9dbbeef6550e5e5795ca2c366e5 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 24 Sep 2011 12:05:25 -0600 Subject: 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. --- embedvar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'embedvar.h') 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) -- cgit v1.2.1