applied patch, tweaked wording
[p5sagit/p5-mst-13.2.git] / opcode.pl
index 118fef9..af030df 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -362,7 +362,7 @@ abs         abs                     ck_fun          fstu%   S?
 # String stuff.
 
 length         length                  ck_lengthconst  istu%   S?
-substr         substr                  ck_fun          st@     S S S?
+substr         substr                  ck_fun          st@     S S S? S?
 vec            vec                     ck_fun          ist@    S S S
 
 index          index                   ck_index        ist@    S S S?