mirror of https://github.com/python/cpython
Prototype yet another forward declaration.
This commit is contained in:
parent
ab48e905b5
commit
8ec68fded2
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue