diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-08-05 14:33:39 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-05 14:33:39 +0000 |
commit | a41d505948d4bfb0505c93666700310d5ffef203 (patch) | |
tree | 0a263d96a42bdb8cc0f613a347fdd54c2de1981f | |
parent | e9814ee1ed9f0b1debd0da67ac6d70cbfec03e3d (diff) | |
download | perl-a41d505948d4bfb0505c93666700310d5ffef203.tar.gz |
warn that keywords.h is generated
p4raw-id: //depot/perl@17680
-rw-r--r-- | keywords.h | 3 | ||||
-rwxr-xr-x | keywords.pl | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/keywords.h b/keywords.h index 744330f526..6e6291f0c5 100644 --- a/keywords.h +++ b/keywords.h @@ -6,6 +6,9 @@ * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * + * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! + * This file is built by opcode.pl from its data. Any changes made here + * will be lost! */ #define KEY_NULL 0 #define KEY___FILE__ 1 diff --git a/keywords.pl b/keywords.pl index 00c067c40a..e2d5903d69 100755 --- a/keywords.pl +++ b/keywords.pl @@ -13,6 +13,9 @@ print <<EOM; * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * + * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! + * This file is built by opcode.pl from its data. Any changes made here + * will be lost! */ EOM |