summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcode.h4
-rw-r--r--opnames.h4
-rw-r--r--pp.sym4
-rwxr-xr-xregen/opcode.pl12
4 files changed, 12 insertions, 12 deletions
diff --git a/opcode.h b/opcode.h
index 9bdae57cf4..b67067536e 100644
--- 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
diff --git a/opnames.h b/opnames.h
index d63e548bde..07626d438d 100644
--- 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 9d4d754068..611550e869 100644
--- 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
diff --git a/regen/opcode.pl b/regen/opcode.pl
index a2d3283492..d1a47d552a 100755
--- a/regen/opcode.pl
+++ b/regen/opcode.pl
@@ -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