From: Nicholas Clark Date: Mon, 31 Aug 2009 09:51:28 +0000 (+0100) Subject: Remove an extraneous aTHX_ added in f0e3f042f14b, which broke threaded builds. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=712a6fe4fb139f1c518fb623daee8d29859070fe;p=p5sagit%2Fp5-mst-13.2.git Remove an extraneous aTHX_ added in f0e3f042f14b, which broke threaded builds. --- diff --git a/dump.c b/dump.c index b5c5da7..497049a 100644 --- a/dump.c +++ b/dump.c @@ -92,7 +92,7 @@ Perl_dump_vindent(pTHX_ I32 level, PerlIO *file, const char* pat, va_list *args) void Perl_dump_all(pTHX) { - dump_all_perl(aTHX_ FALSE); + dump_all_perl(FALSE); } void