This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl embed.pl
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 5 Nov 2002 13:26:28 +0000 (13:26 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 5 Nov 2002 13:26:28 +0000 (13:26 +0000)
p4raw-id: //depot/maint-5.8/perl@18112

embed.h
embedvar.h
global.sym
perlapi.c
perlapi.h
proto.h

diff --git a/embed.h b/embed.h
index 747224f..9ab22dc 100644 (file)
--- a/embed.h
+++ b/embed.h
@@ -6,9 +6,12 @@
  *    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 embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- *  perlvars.h and thrdvar.h.  Any changes made here will be lost!
+ * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
+ *
+ * Edit those files and run 'make regen_headers' to effect changes.
  */
 
 /* (Doing namespace management portably in C is really gross.) */
index dbc4d18..3cd86e8 100644 (file)
@@ -6,10 +6,12 @@
  *    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 embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- *  perlvars.h and thrdvar.h.  Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
+ *
+ * Edit those files and run 'make regen_headers' to effect changes.
  */
 
 /* (Doing namespace management portably in C is really gross.) */
index 35e4dfd..d09cc89 100644 (file)
@@ -7,10 +7,12 @@
 #    License or the Artistic License, as specified in the README file.
 #
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-# This file is autogenerated from data in embed.pl.  Edit that file
-# and run 'make regen_headers' to effect changes.
+# This file is built by embed.pl from data in embed.fnc, embed.pl,
+# pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+# Any changes made here will be lost!
+#
+# Edit those files and run 'make regen_headers' to effect changes.
 #
-
 perl_alloc_using
 perl_alloc
 perl_construct
index 1ffdf0f..e6d4219 100644 (file)
--- a/perlapi.c
+++ b/perlapi.c
@@ -6,10 +6,12 @@
  *    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 embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- *  perlvars.h and thrdvar.h.  Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
+ *
+ * Edit those files and run 'make regen_headers' to effect changes.
  */
 
 #include "EXTERN.h"
index 7aa9592..4529d62 100644 (file)
--- a/perlapi.h
+++ b/perlapi.h
@@ -6,10 +6,12 @@
  *    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 embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- *  perlvars.h and thrdvar.h.  Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
+ *
+ * Edit those files and run 'make regen_headers' to effect changes.
  */
 
 /* declare accessor functions for Perl variables */
diff --git a/proto.h b/proto.h
index 666caa1..733924f 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -7,11 +7,13 @@
  *    License or the Artistic License, as specified in the README file.
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- * This file is autogenerated from data in embed.pl.  Edit that file
- * and run 'make regen_headers' to effect changes.
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
+ *
+ * Edit those files and run 'make regen_headers' to effect changes.
  */
 
-
 START_EXTERN_C
 
 #if defined(PERL_IMPLICIT_SYS)