summaryrefslogtreecommitdiff
path: root/regcomp.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-03-08 06:49:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-08 06:49:35 +0000
commit9ad884cb5e6c71bf010defc627075ba1610c8eba (patch)
treeadb716aaf185adbec8be8741a5acf1378fcb59dd /regcomp.pl
parentab9e1bb794a9b6411f23a7479a1d2f0b62d91d9e (diff)
downloadperl-9ad884cb5e6c71bf010defc627075ba1610c8eba.tar.gz
regen_headers tiny tidying:
- regen.pl renamed as regen_lib.pl - regen_headers.pl renamed as regen.pl - added make target 'regen' (kept target 'regen_headers' for porters' brains' backward compatibility) - regen.pl fancified a bit to display the names of the files that got changed by running the scripts p4raw-id: //depot/perl@18851
Diffstat (limited to 'regcomp.pl')
-rw-r--r--regcomp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.pl b/regcomp.pl
index 225882a576..1809da3b25 100644
--- a/regcomp.pl
+++ b/regcomp.pl
@@ -1,6 +1,6 @@
BEGIN {
# Get function prototypes
- require 'regen.pl';
+ require 'regen_lib.pl';
}
#use Fatal qw(open close rename chmod unlink);
open DESC, 'regcomp.sym';