X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opcode.h;h=ae4011faa166191353436828b69006fb8739b943;hb=ae178db11db50e8d46c66980e186cfba029f0cb9;hp=b4d653774b392393504a03ad1e0f3b908d6630fa;hpb=f1612b5c9ea43d9872ae3595ce140e5a62ae6cf4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opcode.h b/opcode.h index b4d6537..ae4011f 100644 --- a/opcode.h +++ b/opcode.h @@ -397,7 +397,7 @@ EXT char *PL_op_desc[] = { "single ref constructor", "reference-type operator", "bless", - "backticks (``, qx)", + "quoted execution (``, qx)", "glob", "", "append I/O operator", @@ -683,9 +683,9 @@ EXT char *PL_op_desc[] = { "semctl", "semop", "require", - "do 'file'", - "eval 'string'", - "eval 'string' exit", + "do \"file\"", + "eval \"string\"", + "eval \"string\" exit", "eval {block}", "eval {block} exit", "gethostbyname",