Prototype yet another forward declaration.

This commit is contained in:
Thomas Wouters 2000-07-24 14:39:50 +00:00
parent ab48e905b5
commit 8ec68fded2

View file

@ -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)
{