diff options
-rw-r--r-- | embed.fnc | 4 | ||||
-rw-r--r-- | embed.h | 4 | ||||
-rw-r--r-- | embedvar.h | 4 | ||||
-rw-r--r-- | global.sym | 4 | ||||
-rw-r--r-- | intrpvar.h | 2 | ||||
-rw-r--r-- | perlapi.c | 4 | ||||
-rw-r--r-- | perlapi.h | 4 | ||||
-rw-r--r-- | perlvars.h | 2 | ||||
-rw-r--r-- | proto.h | 4 | ||||
-rwxr-xr-x | regen/embed.pl | 4 |
10 files changed, 18 insertions, 18 deletions
@@ -1,6 +1,6 @@ -: BEGIN {die "You meant to run embed.pl"} # Stop early if fed to perl. +: BEGIN{die "You meant to run regen/embed.pl"} # Stop early if fed to perl. : -: This file is processed by embed.pl and autodoc.pl +: This file is processed by regen/embed.pl and autodoc.pl : : Lines are of the form: : flags|return_type|function_name|arg1|arg2|...|argN @@ -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 embed.pl from data in embed.fnc, embed.pl, - * pp.sym, intrpvar.h, and perlvars.h. + * This file is built by regen/embed.pl from data in embed.fnc, + * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h. * Any changes made here will be lost! * * Edit those files and run 'make regen_headers' to effect changes. diff --git a/embedvar.h b/embedvar.h index a8ec4cf1bc..b7f245476e 100644 --- a/embedvar.h +++ b/embedvar.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 embed.pl from data in embed.fnc, embed.pl, - * pp.sym, intrpvar.h, and perlvars.h. + * This file is built by regen/embed.pl from data in embed.fnc, + * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h. * Any changes made here will be lost! * * Edit those files and run 'make regen_headers' to effect changes. diff --git a/global.sym b/global.sym index d88889202f..049e25c42f 100644 --- a/global.sym +++ b/global.sym @@ -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 embed.pl from data in embed.fnc, embed.pl, -# pp.sym, intrpvar.h, and perlvars.h. +# This file is built by regen/embed.pl from data in embed.fnc, +# regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h. # Any changes made here will be lost! # # Edit those files and run 'make regen_headers' to effect changes. diff --git a/intrpvar.h b/intrpvar.h index 37ded60e12..55e91f6437 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -15,7 +15,7 @@ /* These variables are per-interpreter in threaded/multiplicity builds, * global otherwise. - * Don't forget to re-run embed.pl to propagate changes! */ + * Don't forget to re-run regen/embed.pl to propagate changes! */ /* New variables must be added to the very end for binary compatibility. * XSUB.h provides wrapper functions via perlapi.h that make this @@ -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 embed.pl from data in embed.fnc, embed.pl, - * pp.sym, intrpvar.h, and perlvars.h. + * This file is built by regen/embed.pl from data in embed.fnc, + * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h. * Any changes made here will be lost! * * Edit those files and run 'make regen_headers' to effect changes. @@ -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 embed.pl from data in embed.fnc, embed.pl, - * pp.sym, intrpvar.h, and perlvars.h. + * This file is built by regen/embed.pl from data in embed.fnc, + * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h. * Any changes made here will be lost! * * Edit those files and run 'make regen_headers' to effect changes. diff --git a/perlvars.h b/perlvars.h index 0e09ead367..e424913d95 100644 --- a/perlvars.h +++ b/perlvars.h @@ -12,7 +12,7 @@ =head1 Global Variables */ -/* Don't forget to re-run embed.pl to propagate changes! */ +/* Don't forget to re-run regen/embed.pl to propagate changes! */ /* This file describes the "global" variables used by perl * This used to be in perl.h directly but we want to abstract out into @@ -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 embed.pl from data in embed.fnc, embed.pl, - * pp.sym, intrpvar.h, and perlvars.h. + * This file is built by regen/embed.pl from data in embed.fnc, + * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h. * Any changes made here will be lost! * * Edit those files and run 'make regen_headers' to effect changes. diff --git a/regen/embed.pl b/regen/embed.pl index 3aae2cd850..92dcfce2a4 100755 --- a/regen/embed.pl +++ b/regen/embed.pl @@ -59,8 +59,8 @@ sub do_not_edit ($) 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.fnc, embed.pl, -pp.sym, intrpvar.h, and perlvars.h. +This file is built by regen/embed.pl from data in embed.fnc, +regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h. Any changes made here will be lost! Edit those files and run 'make regen_headers' to effect changes. |