regcomp.pl -> regen/regcomp.pl
authorFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 06:28:48 +0000 (23:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 06:28:48 +0000 (23:28 -0700)
regen/regcomp.pl
regexp.h
regnodes.h

index 45ec9ac..41cbc6e 100644 (file)
@@ -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!
 */
 
index 004d614..5acdc5e 100644 (file)
--- 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.
  *
  */
 
index f5aacc2..6bae28c 100644 (file)
@@ -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!
 */