This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Inline av_top_index()
authorKarl Williamson <public@khwilliamson.com>
Thu, 7 Feb 2013 19:06:43 +0000 (12:06 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 8 Feb 2013 21:44:24 +0000 (14:44 -0700)
commitbe3a7a5d0cbc1f6097d4470182c7b7e1d05d94c0
tree4ec0851bd5646ca915334b097eae028164219ece
parentdab460cdc878907f9f3f36b96709f818ac937409
Inline av_top_index()

This function is just an assert and a macro call.  Avoid the function
call overhead by making it inline.
av.c
embed.fnc
embed.h
inline.h
proto.h