This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Emphasize that only [A-Za-z] is used here
[perl5.git] / run.c
diff --git a/run.c b/run.c
index 01b5f06..ff3bc93 100644 (file)
--- a/run.c
+++ b/run.c
@@ -42,6 +42,7 @@ Perl_runops_standard(pTHX)
     while ((PL_op = op = op->op_ppaddr(aTHX))) {
         OP_ENTRY_PROBE(OP_NAME(op));
     }
+    PERL_ASYNC_CHECK();
 
     TAINT_NOT;
     return 0;