]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prototype yet another forward declaration.
authorThomas Wouters <thomas@python.org>
Mon, 24 Jul 2000 14:39:50 +0000 (14:39 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 24 Jul 2000 14:39:50 +0000 (14:39 +0000)
Python/thread.c

index c8b2809f62f8460c657f82c1f5d71b6d9407afca..0f4c392b2de2077128d49c91b6d6dba659c786d1 100644 (file)
@@ -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)
 {