From: Perl 5 Porters Date: Mon, 19 Aug 1996 00:12:56 +0000 (+0000) Subject: Expand warning at the top. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f84cdf987838c544bcd95f51ff8d4f3ef90f529;p=p5sagit%2Fp5-mst-13.2.git Expand warning at the top. --- diff --git a/embed.pl b/embed.pl index 240d078..5ade24a 100755 --- a/embed.pl +++ b/embed.pl @@ -4,7 +4,7 @@ open(EM, ">embed.h") || die "Can't create embed.h: $!\n"; print EM <<'END'; /* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - This file is derived from global.sym and interp.sym + This file is built by embed.pl from global.sym and interp.sym. Any changes made here will be lost */