Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab48e90 commit 8ec68fdCopy full SHA for 8ec68fd
1 file changed
Python/thread.c
@@ -85,7 +85,7 @@ static int thread_debug = 0;
85
86
static int initialized;
87
88
-static void PyThread__init_thread(); /* Forward */
+static void PyThread__init_thread(void); /* Forward */
89
90
void PyThread_init_thread(void)
91
{
0 commit comments