This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
s/pp_dor/pp_defined/
authorSteve Peters <steve@fisharerojo.org>
Fri, 4 Nov 2005 21:41:43 +0000 (21:41 +0000)
committerSteve Peters <steve@fisharerojo.org>
Fri, 4 Nov 2005 21:41:43 +0000 (21:41 +0000)
p4raw-id: //depot/perl@26005

mathoms.c

index ce5f182..48b9a54 100644 (file)
--- a/mathoms.c
+++ b/mathoms.c
@@ -997,7 +997,7 @@ PP(pp_semop)
 
 PP(pp_dor)
 {
 
 PP(pp_dor)
 {
-    return pp_dor();
+    return pp_defined();
 }
 
 U8 *
 }
 
 U8 *