perldoc pod update
[p5sagit/p5-mst-13.2.git] / utf8.h
diff --git a/utf8.h b/utf8.h
index f39e340..50892b0 100644 (file)
--- a/utf8.h
+++ b/utf8.h
@@ -22,6 +22,6 @@ EXTCONST unsigned char utf8skip[] = {
 EXTCONST unsigned char utf8skip[];
 #endif
 
-#define IN_UTF8 (curcop->op_private & HINT_UTF8)
+#define IN_UTF8 (PL_curcop->op_private & HINT_UTF8)
 
 #define UTF8SKIP(s) utf8skip[*(U8*)s]