summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keywords.h3
-rwxr-xr-xkeywords.pl3
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