This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fold join to const or stringify where possible
[perl5.git] / regen / opcodes
index c60e623..d610d30 100644 (file)
@@ -240,7 +240,7 @@ kvhslice    key/value hash slice    ck_null         m@      H L
 unpack         unpack                  ck_fun          u@      S S?
 pack           pack                    ck_fun          fmst@   S L
 split          split                   ck_split        t@      S S S
-join           join or string          ck_join         mst@    S L
+join           join or string          ck_join         fmst@   S L
 
 # List operators.