Change 17681 by [EMAIL PROTECTED] on 2002/08/05 14:41:23
typo
Affected files ...
.... //depot/perl/keywords.h#26 edit
.... //depot/perl/keywords.pl#18 edit
Differences ...
==== //depot/perl/keywords.h#26 (text+w) ====
Index: perl/keywords.h
--- perl/keywords.h#25~17680~ Mon Aug 5 07:33:39 2002
+++ perl/keywords.h Mon Aug 5 07:41:23 2002
@@ -7,7 +7,7 @@
* 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
+ * This file is built by keywords.pl from its data. Any changes made here
* will be lost!
*/
#define KEY_NULL 0
==== //depot/perl/keywords.pl#18 (xtext) ====
Index: perl/keywords.pl
--- perl/keywords.pl#17~17680~ Mon Aug 5 07:33:39 2002
+++ perl/keywords.pl Mon Aug 5 07:41:23 2002
@@ -14,7 +14,7 @@
* 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
+ * This file is built by keywords.pl from its data. Any changes made here
* will be lost!
*/
EOM
End of Patch.