Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ec68fd

Browse files
committed
Prototype yet another forward declaration.
1 parent ab48e90 commit 8ec68fd

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)