use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
[p5sagit/p5-mst-13.2.git] / opcode.h
index b4d6537..e0bf4ff 100644 (file)
--- 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",
        "<HANDLE>",
        "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",
@@ -1567,7 +1567,7 @@ EXT U32 PL_opargs[] = {
        0x0022281c,     /* vec */
        0x0122291c,     /* index */
        0x0122291c,     /* rindex */
-       0x0004290f,     /* sprintf */
+       0x0004280f,     /* sprintf */
        0x00042805,     /* formline */
        0x0001379e,     /* ord */
        0x0001378e,     /* chr */