X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regcomp.pl;h=1809da3b2552f5b3f8fc4bcd76d8816d21c659dd;hb=ca9279baf07d6843f58a31f1ce3ff7dc875faf1a;hp=225882a576274d605450294cc181123d6e7e63d0;hpb=36bb303b6ac55df9c2780b48d374c505374dc378;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regcomp.pl b/regcomp.pl index 225882a..1809da3 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';