This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix calling conventions in malloc_ctl.h
authorJan Dubois <jand@activestate.com>
Fri, 22 Oct 2010 01:00:14 +0000 (18:00 -0700)
committerJan Dubois <jand@activestate.com>
Fri, 22 Oct 2010 01:00:14 +0000 (18:00 -0700)
commit158cfab664aa2a959a6c55c0d53a15678d5ffb0b
tree4d3bf809df32e222339b48f45a17306c0ff96a23
parent8cc86590c5aa026ef05d88e777ab02f3434e8415
Fix calling conventions in malloc_ctl.h

The Perl_malloc() etc. functions are *also* declared in
proto.h, so the declarations need to match.  The inclusion
of malloc_ctl.h into perl.h had to be moved down until
after the point where PERL_CALLCONV was completely defined.
malloc_ctl.h
perl.h