Unicode data updated to be the latest beta of the Unicode 3.0.
[p5sagit/p5-mst-13.2.git] / run.c
diff --git a/run.c b/run.c
index 0d9f7cf..be53204 100644 (file)
--- a/run.c
+++ b/run.c
@@ -40,7 +40,8 @@ Perl_runops_debug(pTHX)
 #ifdef DEBUGGING
     dTHR;
     if (!PL_op) {
-       Perl_warn(aTHX_ "NULL OP IN RUN");
+       if (ckWARN_d(WARN_DEBUGGING))
+           Perl_warner(aTHX_ WARN_DEBUGGING, "NULL OP IN RUN");
        return 0;
     }