From: Jarkko Hietaniemi Date: Wed, 3 Apr 2002 14:18:58 +0000 (+0000) Subject: Prototype tweak for non-threaded builds. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4e9e3734ded8eaa1eb7f1c25dc156b68dd6a06b7;p=p5sagit%2Fp5-mst-13.2.git Prototype tweak for non-threaded builds. p4raw-id: //depot/perl@15704 --- diff --git a/perl.c b/perl.c index bc69454..1a5ec5c 100644 --- a/perl.c +++ b/perl.c @@ -303,7 +303,7 @@ no threads. */ int -Perl_nothreadhook(pTHXx) +Perl_nothreadhook(pTHX) { return 0; }