summaryrefslogtreecommitdiff
path: root/peep.c
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-06-08 10:58:13 +0100
committerPaul Evans <leonerd@leonerd.org.uk>2022-06-20 13:36:52 +0100
commit73a563cd91caa3cf8464a93e2b5204906b166a89 (patch)
tree2d0cdf3e8bb82c7a495e82caab40ae0ac54bcacb /peep.c
parent71cce76e8fa4392b9349c818391b893ce7cf43ac (diff)
downloadperl-73a563cd91caa3cf8464a93e2b5204906b166a89.tar.gz
Adjust comments in op.c and peep.c about the files' contents
Diffstat (limited to 'peep.c')
-rw-r--r--peep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/peep.c b/peep.c
index f00ce8289c..07e1194530 100644
--- a/peep.c
+++ b/peep.c
@@ -17,6 +17,10 @@
* 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"