Correct prototype of mathom Perl_mro_isa_changed_in() for ithreads.
authorNicholas Clark <nick@ccl4.org>
Mon, 11 Oct 2010 19:41:35 +0000 (20:41 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 11 Oct 2010 19:41:35 +0000 (20:41 +0100)
6f86b615fa775fad forgot the pTHX_

mathoms.c

index 152a64c..1477f12 100644 (file)
--- a/mathoms.c
+++ b/mathoms.c
@@ -83,7 +83,7 @@ PERL_CALLCONV I32 Perl_my_lstat(pTHX);
 PERL_CALLCONV I32 Perl_sv_eq(pTHX_ register SV *sv1, register SV *sv2);
 PERL_CALLCONV char * Perl_sv_collxfrm(pTHX_ SV *const sv, STRLEN *const nxp);
 PERL_CALLCONV bool Perl_sv_2bool(pTHX_ register SV *const sv);
-PERL_CALLCONV void Perl_mro_isa_changed_in(HV* stash);
+PERL_CALLCONV void Perl_mro_isa_changed_in(pTHX_ HV* stash);
 
 /* ref() is now a macro using Perl_doref;
  * this version provided for binary compatibility only.