diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-12-15 09:53:19 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-12-16 11:03:29 -0700 |
commit | 7d43c479c5220d368a2e5d94341c40f8d4cb1769 (patch) | |
tree | 3f971894406f8f85f2256779ea4ead51769c76f0 /embedvar.h | |
parent | 22913b96d35efdf1a58eddd0cfba7640c55fbcc7 (diff) | |
download | perl-7d43c479c5220d368a2e5d94341c40f8d4cb1769.tar.gz |
regexec.c: More efficient Korean \X processing
This refactors the code slightly that checks for Korean precomposed
syllables in \X. It eliminates the PL_variable formerly used to keep
track of things.
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embedvar.h b/embedvar.h index 9fc6709671..87791b4094 100644 --- a/embedvar.h +++ b/embedvar.h @@ -350,7 +350,6 @@ #define PL_unitcheckav_save (vTHX->Iunitcheckav_save) #define PL_unlockhook (vTHX->Iunlockhook) #define PL_unsafe (vTHX->Iunsafe) -#define PL_utf8_X_LVT (vTHX->Iutf8_X_LVT) #define PL_utf8_X_extend (vTHX->Iutf8_X_extend) #define PL_utf8_X_regular_begin (vTHX->Iutf8_X_regular_begin) #define PL_utf8_alnum (vTHX->Iutf8_alnum) |