This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Doc & feature patch for Thread::Queue
[perl5.git] / scope.c
diff --git a/scope.c b/scope.c
index 99d87dd..7a0a578 100644 (file)
--- a/scope.c
+++ b/scope.c
@@ -899,5 +899,5 @@ cx_dump(PERL_CONTEXT *cx)
                (long)cx->sb_rxres);
        break;
     }
-#endif
+#endif /* DEBUGGING */
 }