Skip to content

Commit 1a4c1b2

Browse files
author
twouters
committed
Prototype yet another forward declaration. git-svn-id: http://svn.python.org/projects/python/trunk@16452 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent eb310fa commit 1a4c1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static int thread_debug = 0;
8585

8686
static int initialized;
8787

88-
static void PyThread__init_thread(); /* Forward */
88+
static void PyThread__init_thread(void); /* Forward */
8989

9090
void PyThread_init_thread(void)
9191
{

0 commit comments

Comments
 (0)