Commit d428c1bd authored by Thomas Wouters's avatar Thomas Wouters

Prototype yet another forward declaration.

parent 14ee5864
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment