mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Prototype yet another forward declaration.
This commit is contained in:
parent
ab48e905b5
commit
8ec68fded2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue