summaryrefslogtreecommitdiff
path: root/op_reg_common.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-24 12:51:46 -0600
committerKarl Williamson <khw@cpan.org>2014-09-29 11:07:40 -0600
commitbb62883ea327df0c836748360635ed9394e2264c (patch)
tree79c9d39369f2222d48743498b75db181087616b7 /op_reg_common.h
parentad51dc19e7823fed4e15215d91471becffd8a416 (diff)
downloadperl-bb62883ea327df0c836748360635ed9394e2264c.tar.gz
op_reg_common.h: Update comment
The PL file previously referred to has been deleted, and replaced by a different one.
Diffstat (limited to 'op_reg_common.h')
-rw-r--r--op_reg_common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/op_reg_common.h b/op_reg_common.h
index a5cdcdbec5..ee404dcb95 100644
--- a/op_reg_common.h
+++ b/op_reg_common.h
@@ -10,7 +10,7 @@
*/
/* These defines are used in both op.h and regexp.h The definitions use the
- * shift form so that ext/B/defsubs_h.PL will pick them up.
+ * shift form so that ext/B/Makefile.PL will pick them up.
*
* Data structures used in the two headers have common fields, and in fact one
* is copied onto the other. This makes it easy to keep them in sync */
@@ -106,7 +106,8 @@ get_regex_charset(const U32 flags)
# endif
#endif
-/* These copies need to be numerical or defsubs_h.PL won't know about them. */
+/* These copies need to be numerical or ext/B/Makefile.PL won't think they are
+ * constants */
#define PMf_MULTILINE 1<<0
#define PMf_SINGLELINE 1<<1
#define PMf_FOLD 1<<2