summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-03-08 16:20:52 -0700
committerKarl Williamson <public@khwilliamson.com>2011-03-08 23:22:16 -0700
commit1051e1c4d07fec1c36934f253d2baa8842339cbf (patch)
treecaa6569f6fa193b079b47b6f1387433ef3aacf40 /embed.fnc
parentcf34198ebe3dd876d67c10caa9acf491ad2a0c51 (diff)
downloadperl-1051e1c4d07fec1c36934f253d2baa8842339cbf.tar.gz
regcomp.c: Merge identical functions
These two functions now have identical code, so merge them, but use a macro in case they ever need to diverge again.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 7dcb82e4d3..cc748c8fb9 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1808,8 +1808,6 @@ Esn |void |cl_anything |NN const struct RExC_state_t *pRExC_state \
EsRn |int |cl_is_anything |NN const struct regnode_charclass_class *cl
Esn |void |cl_init |NN const struct RExC_state_t *pRExC_state \
|NN struct regnode_charclass_class *cl
-Esn |void |cl_init_zero |NN const struct RExC_state_t *pRExC_state \
- |NN struct regnode_charclass_class *cl
Esn |void |cl_and |NN struct regnode_charclass_class *cl \
|NN const struct regnode_charclass_class *and_with
Esn |void |cl_or |NN const struct RExC_state_t *pRExC_state \