This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add missing back compat macros
[perl5.git] / utf8.h
diff --git a/utf8.h b/utf8.h
index e449d72..f60202b 100644 (file)
--- a/utf8.h
+++ b/utf8.h
@@ -703,6 +703,7 @@ with a ptr argument.
                    ((IN_BYTES || !UTF)                                      \
                      ? isWORDCHAR(*(p))                                     \
                      : isWORDCHAR_utf8_safe((U8 *) p, (U8 *) e))
+#define isALNUM_lazy_if_safe(p, e, UTF) isWORDCHAR_lazy_if_safe(p, e, UTF)
 
 #define isALNUM_lazy_if(p,UTF)                                              \
             _is_utf8_FOO(_CC_IDFIRST, (const U8 *) p, "isALNUM_lazy_if",    \