Prototype yet another forward declaration.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user