summaryrefslogtreecommitdiff
path: root/embed.h
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.h
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.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 743eb46ad7..1ae431d04b 100644
--- a/embed.h
+++ b/embed.h
@@ -874,7 +874,6 @@
#define cl_and S_cl_and
#define cl_anything S_cl_anything
#define cl_init S_cl_init
-#define cl_init_zero S_cl_init_zero
#define cl_is_anything S_cl_is_anything
#define cl_or S_cl_or
#define invlist_array(a) S_invlist_array(aTHX_ a)