Change 28145 means that Perl_allocmy() can take a const char *name.
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index dac36a9..1421e05 100644 (file)
--- a/op.c
+++ b/op.c
@@ -230,7 +230,7 @@ S_no_bareword_allowed(pTHX_ const OP *o)
 /* "register" allocation */
 
 PADOFFSET
-Perl_allocmy(pTHX_ char *name)
+Perl_allocmy(pTHX_ const char *const name)
 {
     dVAR;
     PADOFFSET off;