diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-19 00:12:56 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-19 00:12:56 +0000 |
commit | 6f84cdf987838c544bcd95f51ff8d4f3ef90f529 (patch) | |
tree | 93d9ef78f25370d6bf111c3ea1ce6c6d6c6b78ce /embed.pl | |
parent | fa05bd48cf3fbae14aea622fbf667ca75ca4b8a0 (diff) | |
download | perl-6f84cdf987838c544bcd95f51ff8d4f3ef90f529.tar.gz |
Expand warning at the top.
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |