This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
[perl5.git] / deb.c
diff --git a/deb.c b/deb.c
index f268216..58b49a6 100644 (file)
--- a/deb.c
+++ b/deb.c
  * have seen more than thou knowest, Gray Fool."  --Denethor
  */
 
+/*
+ * This file contains various utilities for producing debugging output
+ * (mainly related to displaying the stack)
+ */
+
 #include "EXTERN.h"
 #define PERL_IN_DEB_C
 #include "perl.h"