diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-13 23:28:48 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-13 23:28:48 -0700 |
commit | eb2624c95a41b2512e2c8b733c4fd413dd9330e5 (patch) | |
tree | b611c99e943905171791a8a2e55c65c151d765f7 | |
parent | c416fdc92526dadcf4f3e9b21a3787b525280aec (diff) | |
download | perl-eb2624c95a41b2512e2c8b733c4fd413dd9330e5.tar.gz |
regcomp.pl -> regen/regcomp.pl
-rw-r--r-- | regen/regcomp.pl | 2 | ||||
-rw-r--r-- | regexp.h | 12 | ||||
-rw-r--r-- | regnodes.h | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/regen/regcomp.pl b/regen/regcomp.pl index 45ec9ac4e3..41cbc6eaf9 100644 --- a/regen/regcomp.pl +++ b/regen/regcomp.pl @@ -136,7 +136,7 @@ my $out = safer_open($tmp_h); printf $out <<EOP, /* -*- buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - This file is built by regcomp.pl from regcomp.sym. + This file is built by regen/regcomp.pl from regcomp.sym. Any changes made here will be lost! */ @@ -221,8 +221,8 @@ and check for NULL. * Note that the flags whose names start with RXf_PMf_ are defined in * op_reg_common.h, being copied from the parallel flags of op_pmflags * - * NOTE: if you modify any RXf flags you should run regen.pl or regcomp.pl - * so that regnodes.h is updated with the changes. + * NOTE: if you modify any RXf flags you should run regen.pl or + * regen/regcomp.pl so that regnodes.h is updated with the changes. * */ @@ -287,8 +287,8 @@ and check for NULL. #define S_PAT_MODS M_PAT_MODS EXEC_PAT_MODS NONDESTRUCT_PAT_MODS /* - * NOTE: if you modify any RXf flags you should run regen.pl or regcomp.pl - * so that regnodes.h is updated with the changes. + * NOTE: if you modify any RXf flags you should run regen.pl or + * regen/regcomp.pl so that regnodes.h is updated with the changes. * */ @@ -349,8 +349,8 @@ and check for NULL. #endif /* - * NOTE: if you modify any RXf flags you should run regen.pl or regcomp.pl - * so that regnodes.h is updated with the changes. + * NOTE: if you modify any RXf flags you should run regen.pl or + * regen/regcomp.pl so that regnodes.h is updated with the changes. * */ diff --git a/regnodes.h b/regnodes.h index f5aacc2f97..6bae28cd3c 100644 --- a/regnodes.h +++ b/regnodes.h @@ -1,6 +1,6 @@ /* -*- buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - This file is built by regcomp.pl from regcomp.sym. + This file is built by regen/regcomp.pl from regcomp.sym. Any changes made here will be lost! */ |