This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Move functions to inline_invlist.c
authorKarl Williamson <public@khwilliamson.com>
Thu, 23 Aug 2012 16:36:13 +0000 (10:36 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 26 Aug 2012 05:21:28 +0000 (23:21 -0600)
commit9e7f4f43739b2597e193f775558f39082b8a213f
tree3b9886d4f1e2997ed91984312c3992395ea7569f
parent29f51c6b1e5614efba92db8b7bc3957bbb9b7942
regcomp.c: Move functions to inline_invlist.c

This populates inline_invlist.c with some static inline functions and
macro defines.  These are the ones that are anticipated to be needed in
the near term outside regcomp.c
embed.fnc
embed.h
inline_invlist.c
proto.h
regcomp.c