diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-13 23:15:06 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-13 23:15:06 -0700 |
commit | d7cb65f2ace0ce6e923d8b8b50868eb175a47fad (patch) | |
tree | 3525d9ad7ff69a8c06e454a9a9ee9401ec3e8317 /intrpvar.h | |
parent | 2bd4012dc624b6c0e9c04f091f91d51aadf2738a (diff) | |
download | perl-d7cb65f2ace0ce6e923d8b8b50868eb175a47fad.tar.gz |
embed.pl -> regen/embed.pl
so newcomers can find it more easily
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |