This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rely on C89 vsnprintf()
[perl5.git] / op.h
diff --git a/op.h b/op.h
index 5a29bfb..ef85148 100644 (file)
--- a/op.h
+++ b/op.h
@@ -1098,10 +1098,9 @@ C<sib> is non-null. For a higher-level interface, see C<L</op_sibling_splice>>.
 #define MDEREF_SHIFT           7
 
 #if defined(PERL_IN_DOOP_C) || defined(PERL_IN_PP_C)
-static const char * const deprecated_above_ff_msg
+static const char * const fatal_above_ff_msg
     = "Use of strings with code points over 0xFF as arguments to "
-      "%s operator is deprecated. This will be a fatal error in "
-      "Perl 5.28";
+      "%s operator is not allowed";
 #endif