This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
UCD.t: White space only
[perl5.git] / run.c
diff --git a/run.c b/run.c
index eb465da..7c1d0aa 100644 (file)
--- a/run.c
+++ b/run.c
@@ -30,7 +30,7 @@
  *  Now we are come to the lands where you were foaled, and every stone you
  *  know.  Run now!  Hope is in speed!'                    --Gandalf
  *
- *     [p.600 of _The Lord of the Rings_, III/xi: "The Palantír"]
+ *     [p.600 of _The Lord of the Rings_, III/xi: "The Palantír"]
  */
 
 int
@@ -38,7 +38,7 @@ Perl_runops_standard(pTHX)
 {
     dVAR;
     register OP *op = PL_op;
-    while ((PL_op = op = CALL_FPTR(op->op_ppaddr)(aTHX))) {
+    while ((PL_op = op = op->op_ppaddr(aTHX))) {
     }
 
     TAINT_NOT;