opcode.pl -> regen/opcode.pl
authorFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 06:18:36 +0000 (23:18 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 06:23:22 +0000 (23:23 -0700)
opcode.h
opnames.h
pp.sym
regen/opcode.pl

index 9bdae57..b670675 100644 (file)
--- a/opcode.h
+++ b/opcode.h
@@ -9,8 +9,8 @@
  *    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!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 #ifndef PERL_GLOBAL_STRUCT_INIT
index d63e548..07626d4 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -10,8 +10,8 @@
  *
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by opcode.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 typedef enum opcode {
diff --git a/pp.sym b/pp.sym
index 9d4d754..611550e 100644 (file)
--- a/pp.sym
+++ b/pp.sym
@@ -1,8 +1,8 @@
 # -*- buffer-read-only: t -*-
 #
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-#   This file is built by opcode.pl from its data.  Any changes made here
-#   will be lost!
+#   This file is built by regen/opcode.pl from its data.  Any changes made
+#   here will be lost!
 #
 
 Perl_ck_anoncode
index a2d3283..d1a47d5 100755 (executable)
@@ -127,8 +127,8 @@ print <<"END";
  *    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!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 #ifndef PERL_GLOBAL_STRUCT_INIT
@@ -155,8 +155,8 @@ print $on <<"END";
  *
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by opcode.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 typedef enum opcode {
@@ -467,8 +467,8 @@ print $ppsym <<"END";
 # -*- buffer-read-only: t -*-
 #
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-#   This file is built by opcode.pl from its data.  Any changes made here
-#   will be lost!
+#   This file is built by regen/opcode.pl from its data.  Any changes made
+#   here will be lost!
 #
 
 END