This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Allow toke.c to call core_swash_init()
authorKarl Williamson <public@khwilliamson.com>
Fri, 9 Nov 2012 16:46:37 +0000 (09:46 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 11 Nov 2012 17:11:34 +0000 (10:11 -0700)
commit7baadcd09acc8f332e8235cc586cedcaa3f4616c
tree1bf12b9ce00259476e402fb7234a4ccda79fef97
parent107160e2175acf35e27ea7b7af0c700f994f5437
embed.fnc: Allow toke.c to call core_swash_init()

This internal function is allowed to just a few core functions
by #ifdef's in embed.fnc.  Expand the list to include toke.c, as it will
be needed in a future commit.
embed.fnc
embed.h
proto.h