summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-15 11:30:25 -0600
committerKarl Williamson <khw@cpan.org>2014-09-29 11:07:39 -0600
commitcf0c7a70bd5aa9bb2c3310813c46536d8de98aa8 (patch)
tree723886a72551a2cc97e252cf9405094de99fb451 /regcomp.h
parent888ee784309e6a9850865ba42c979d9b01ddcab1 (diff)
downloadperl-cf0c7a70bd5aa9bb2c3310813c46536d8de98aa8.tar.gz
regcomp.h: Remove obsolete #defines
These internal definitions are no longer used.
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/regcomp.h b/regcomp.h
index 78988d08b1..c1744c3828 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -513,10 +513,6 @@ struct regnode_ssc {
/* Utility macros for the bitmap and classes of ANYOF */
-#define ANYOF_SIZE (sizeof(struct regnode_charclass))
-#define ANYOF_POSIXL_SIZE (sizeof(regnode_charclass_posixl))
-#define ANYOF_CLASS_SIZE ANYOF_POSIXL_SIZE
-
#define ANYOF_FLAGS(p) ((p)->flags)
#define ANYOF_BIT(c) (1U << ((c) & 7))
@@ -574,7 +570,6 @@ struct regnode_ssc {
#define ANYOF_SKIP EXTRA_SIZE(struct regnode_charclass)
#define ANYOF_POSIXL_SKIP EXTRA_SIZE(regnode_charclass_posixl)
-#define ANYOF_CLASS_SKIP ANYOF_POSIXL_SKIP
/*
* Utility definitions.