Change 17680 by [EMAIL PROTECTED] on 2002/08/05 14:33:39
warn that keywords.h is generated
Affected files ...
.... //depot/perl/keywords.h#25 edit
.... //depot/perl/keywords.pl#17 edit
Differences ...
==== //depot/perl/keywords.h#25 (text+w) ====
Index: perl/keywords.h
--- perl/keywords.h#24~16963~ Sat Jun 1 09:15:24 2002
+++ perl/keywords.h Mon Aug 5 07:33:39 2002
@@ -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
==== //depot/perl/keywords.pl#17 (xtext) ====
Index: perl/keywords.pl
--- perl/keywords.pl#16~14400~ Wed Jan 23 18:49:05 2002
+++ perl/keywords.pl Mon Aug 5 07:33:39 2002
@@ -13,6 +13,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!
*/
EOM
End of Patch.