From: Gurusamy Sarathy Date: Mon, 5 Jul 1999 16:40:01 +0000 (+0000) Subject: s/scalar ref constructor/single ref constructor/ (suggested X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dfa0f641dedfd8e9a4892d7efdb4a130a8eb4e83;p=p5sagit%2Fp5-mst-13.2.git s/scalar ref constructor/single ref constructor/ (suggested by Stephen McCamant) p4raw-id: //depot/perl@3590 --- diff --git a/opcode.h b/opcode.h index 5cb5ae9..fc09bd3 100644 --- a/opcode.h +++ b/opcode.h @@ -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", diff --git a/opcode.pl b/opcode.pl index bf6734c..50a767b 100755 --- a/opcode.pl +++ b/opcode.pl @@ -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?