From 73f0cc2d7df5b14dbea315ed9c6a2e3ae1fb82e6 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 27 Nov 1998 13:03:08 +0000 Subject: ensure 'make regen_headers' even without perl installed (suggested by Ilya Zakharevich) p4raw-id: //depot/perl@2321 --- bytecode.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bytecode.pl') diff --git a/bytecode.pl b/bytecode.pl index cc096ac1bc..e2a2f6c958 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -1,3 +1,6 @@ +BEGIN { + push @INC, './lib'; +} use strict; my %alias_to = ( U32 => [qw(PADOFFSET STRLEN)], -- cgit v1.2.1