summaryrefslogtreecommitdiff
path: root/regcomp.pl
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-05-15 15:51:26 +0100
committerDavid Mitchell <davem@iabyn.com>2009-05-15 15:51:26 +0100
commit6294c16100e79c65d9c9883d11b45631d3ded9a1 (patch)
tree8695747c5b3077402d97fb3183bcf83baab7af0e /regcomp.pl
parent3f66cd9441293fe8889cc565af7cf06351e97088 (diff)
downloadperl-6294c16100e79c65d9c9883d11b45631d3ded9a1.tar.gz
Add some documentation to the heads of the various *.pl build scripts
Diffstat (limited to 'regcomp.pl')
-rw-r--r--regcomp.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/regcomp.pl b/regcomp.pl
index 239787ae55..d4e9402d92 100644
--- a/regcomp.pl
+++ b/regcomp.pl
@@ -1,3 +1,18 @@
+#!/usr/bin/perl
+#
+# Regenerate (overwriting only if changed):
+#
+# regnodes.h
+#
+# from information stored in
+#
+# regcomp.sym
+# regexp.h
+#
+# Accepts the standard regen_lib -q and -v args.
+#
+# This script is normally invoked from regen.pl.
+
BEGIN {
# Get function prototypes
require 'regen_lib.pl';