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 /keywords.h | |
parent | e9814ee1ed9f0b1debd0da67ac6d70cbfec03e3d (diff) | |
download | perl-a41d505948d4bfb0505c93666700310d5ffef203.tar.gz |
warn that keywords.h is generated
p4raw-id: //depot/perl@17680
Diffstat (limited to 'keywords.h')
-rw-r--r-- | keywords.h | 3 |
1 files changed, 3 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 |