summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-13 23:28:48 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-13 23:28:48 -0700
commiteb2624c95a41b2512e2c8b733c4fd413dd9330e5 (patch)
treeb611c99e943905171791a8a2e55c65c151d765f7 /regexp.h
parentc416fdc92526dadcf4f3e9b21a3787b525280aec (diff)
downloadperl-eb2624c95a41b2512e2c8b733c4fd413dd9330e5.tar.gz
regcomp.pl -> regen/regcomp.pl
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/regexp.h b/regexp.h
index 004d614b09..5acdc5e9db 100644
--- a/regexp.h
+++ b/regexp.h
@@ -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.
*
*/