This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Make a function global
authorKarl Williamson <public@khwilliamson.com>
Mon, 19 Nov 2012 18:05:43 +0000 (11:05 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 20 Nov 2012 00:13:01 +0000 (17:13 -0700)
commit95c823ec176ed1673f36e569e083307cd98f368f
tree1114267ba5ead034ece83931ebfbf963238ab34b
parentc1976674d8b5219ed0ff97e7be3eaa3118ad66eb
embed.fnc: Make a function global

This function is supposed to only be called internally, but it is called
by a macro that has global scope, so it also has to be global.
embed.fnc
embed.h