This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Merge] Enter inline.h
authorFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 23:39:10 +0000 (16:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 23:39:46 +0000 (16:39 -0700)
This is a home for static inline functions that cannot go in other
headers because they depend on proto.h or struct definitions.

This allows us to avoid repeating macros with GCC and non-GCC ver-
sions.  It also makes it easier to avoid evaluating macro argu-
ments twice.

I’ve moved just enough things into it to offset the additional lines
added by the comments at the top.  The ‘net code removal’ of this
branch is 4 lines.


Trivial merge