This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable - maintain boolean values
[perl5.git] / peep.c
diff --git a/peep.c b/peep.c
index f00ce82..07e1194 100644 (file)
--- a/peep.c
+++ b/peep.c
  * the hill again.'
  */
 
+/* This file contains functions for optimizing and finalizing the OP
+ * structures that hold a compiled perl program
+ */
+
 #include "EXTERN.h"
 #define PERL_IN_PEEP_C
 #include "perl.h"