From abe56f58d6e4e4e24b5ecc880dddc33719cdd816 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 May 2012 22:30:06 -0700 Subject: Make pos use ck_fun and OA_SCALARREF See the previous commit. The same applies here. In short, this allows core_prototype and pp_coreargs to be simpler. --- opcode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opcode.h') diff --git a/opcode.h b/opcode.h index f4946c20ea..f33f12403d 100644 --- a/opcode.h +++ b/opcode.h @@ -1362,7 +1362,7 @@ EXT Perl_check_t PL_check[] /* or perlvars.h */ Perl_ck_defined, /* defined */ Perl_ck_fun, /* undef */ Perl_ck_fun, /* study */ - Perl_ck_lfun, /* pos */ + Perl_ck_fun, /* pos */ Perl_ck_lfun, /* preinc */ Perl_ck_lfun, /* i_preinc */ Perl_ck_lfun, /* predec */ @@ -1748,7 +1748,7 @@ EXTCONST U32 PL_opargs[] = { 0x00009b84, /* defined */ 0x0000fb04, /* undef */ 0x00009b84, /* study */ - 0x00009b8c, /* pos */ + 0x0000fb8c, /* pos */ 0x00001164, /* preinc */ 0x00001144, /* i_preinc */ 0x00001164, /* predec */ -- cgit v1.2.1