From f6a64177e53a495ba5859e86640c4725a876128e Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 4 Nov 2005 21:41:43 +0000 Subject: s/pp_dor/pp_defined/ p4raw-id: //depot/perl@26005 --- mathoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathoms.c') diff --git a/mathoms.c b/mathoms.c index ce5f182d0f..48b9a54ffd 100644 --- a/mathoms.c +++ b/mathoms.c @@ -997,7 +997,7 @@ PP(pp_semop) PP(pp_dor) { - return pp_dor(); + return pp_defined(); } U8 * -- cgit v1.2.1