This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Merge identical functions
authorKarl Williamson <public@khwilliamson.com>
Tue, 8 Mar 2011 23:20:52 +0000 (16:20 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 9 Mar 2011 06:22:16 +0000 (23:22 -0700)
commit1051e1c4d07fec1c36934f253d2baa8842339cbf
treecaa6569f6fa193b079b47b6f1387433ef3aacf40
parentcf34198ebe3dd876d67c10caa9acf491ad2a0c51
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.
embed.fnc
embed.h
proto.h
regcomp.c