diff options
-rw-r--r-- | opcode.h | 2 | ||||
-rwxr-xr-x | opcode.pl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -740,7 +740,7 @@ EXT char *PL_op_desc[] = { "anonymous subroutine", "subroutine prototype", "reference constructor", - "scalar ref constructor", + "single ref constructor", "reference-type operator", "bless", "backticks", @@ -271,7 +271,7 @@ rv2cv subroutine deref ck_rvconst d1 anoncode anonymous subroutine ck_anoncode $ prototype subroutine prototype ck_null s% S refgen reference constructor ck_spair m1 L -srefgen scalar ref constructor ck_null fs1 S +srefgen single ref constructor ck_null fs1 S ref reference-type operator ck_fun stu% S? bless bless ck_fun s@ S S? |