This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow _swash_inversion_hash() to be called in regexec.c
authorKarl Williamson <public@khwilliamson.com>
Sat, 6 Oct 2012 21:03:06 +0000 (15:03 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 9 Oct 2012 17:16:06 +0000 (11:16 -0600)
commitfb241e71f66a109447972250b3da4dcbffea0e71
tree3ef5e8b8e22294a20b5c6ea13ba4aa21aa1deb6d
parentb40a2c17551b484a78122be98db5dc06bb4614d5
Allow _swash_inversion_hash() to be called in regexec.c

To prevent this very-internal core function from being used by XS
writers, it isn't defined except if the preprocessor indicates it is
compiling certain .c files.  Add regexec.c to the list
embed.fnc
embed.h
proto.h