This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
DynaLoader.doc was deleted 20 years ago in 3b35bae3
[perl5.git] / dquote_inline.h
index d8548bf..02c4f1d 100644 (file)
@@ -153,7 +153,7 @@ S_grok_bslash_x(pTHX_ char **s, UV *uv, const char** error_msg,
   ok:
     /* guarantee replacing "\x{...}" with utf8 bytes fits within
      * existing space */
-    assert(OFFUNISKIP(*uv) < *s - start);
+    assert(UVCHR_SKIP(*uv) < *s - start);
     return TRUE;
 }