This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
extern "C" for sdbm.c.
authorCraig A. Berry <craigberry@mac.com>
Sun, 3 Jun 2012 23:17:28 +0000 (18:17 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sun, 3 Jun 2012 23:17:28 +0000 (18:17 -0500)
commit938f40b7bc0ceab111fbb5619a242158aa040f06
tree7a0240ab87054c305b147329b2d8cb2480dbd76f
parentbbd7bacc48bc053e51f3c115412abb4137bea796
extern "C" for sdbm.c.

Whether we really need to be rolling our own prototypes for malloc
and free in this day and age is unclear, but since we do, we need
to keep them in the unmangled C namespace rather than in C++'s
std:: namespace.
ext/SDBM_File/sdbm/sdbm.c