This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Turn null wrapper function into macro
authorKarl Williamson <public@khwilliamson.com>
Fri, 24 Aug 2012 20:20:41 +0000 (14:20 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 26 Aug 2012 05:21:29 +0000 (23:21 -0600)
commit6dd9dce957a17e45449a2fa4e684b1b241302529
treea17956874a5fa99f8b4e2f5f4512c3f3880095bc
parent83199d386f82b5fcc56cdeded547bf6bad800018
embed.fnc: Turn null wrapper function into macro

This function only does something on EBCDIC platforms.  On ASCII ones
make it a macro, like similar ones to avoid useless function nesting
embed.fnc
embed.h
proto.h
utf8.c
utf8.h