Kaydet (Commit) 8ec68fde authored tarafından Thomas Wouters's avatar Thomas Wouters

Prototype yet another forward declaration.

üst ab48e905
...@@ -85,7 +85,7 @@ static int thread_debug = 0; ...@@ -85,7 +85,7 @@ static int thread_debug = 0;
static int initialized; static int initialized;
static void PyThread__init_thread(); /* Forward */ static void PyThread__init_thread(void); /* Forward */
void PyThread_init_thread(void) 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