From: Thomas Wouters Date: Mon, 24 Jul 2000 14:39:50 +0000 (+0000) Subject: Prototype yet another forward declaration. X-Git-Tag: v2.0b1~742 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ec68fded2a99b2c2e2e637e42839741fedbf0a1;p=thirdparty%2FPython%2Fcpython.git Prototype yet another forward declaration. --- diff --git a/Python/thread.c b/Python/thread.c index c8b2809f62f8..0f4c392b2de2 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -85,7 +85,7 @@ static int thread_debug = 0; static int initialized; -static void PyThread__init_thread(); /* Forward */ +static void PyThread__init_thread(void); /* Forward */ void PyThread_init_thread(void) {