diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-03-08 16:20:52 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-03-08 23:22:16 -0700 |
commit | 1051e1c4d07fec1c36934f253d2baa8842339cbf (patch) | |
tree | caa6569f6fa193b079b47b6f1387433ef3aacf40 /embed.h | |
parent | cf34198ebe3dd876d67c10caa9acf491ad2a0c51 (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |