diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-31 10:51:28 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-31 10:51:28 +0100 |
commit | 712a6fe4fb139f1c518fb623daee8d29859070fe (patch) | |
tree | e9f3f98cb987c3cba9c3f3760f8e9b5052c7f71f /dump.c | |
parent | a58fb6f9ef96a8b78ba4b58cfb068299b65fd6bd (diff) | |
download | perl-712a6fe4fb139f1c518fb623daee8d29859070fe.tar.gz |
Remove an extraneous aTHX_ added in f0e3f042f14b, which broke threaded builds.
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |