diff options
author | Johan Dahlin <johan@src.gnome.org> | 2005-08-24 18:07:19 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2005-08-24 18:07:19 +0000 |
commit | 028e134a8cc2ccaf1729a72518744761078b5820 (patch) | |
tree | 47a993db8fb5e53dffb0fc14054bad73966a9d7d /gobject | |
parent | c06622925f95af6c9e2e18cc62d720d5016569bf (diff) | |
download | pygtk-028e134a8cc2ccaf1729a72518744761078b5820.tar.gz |
Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodule.c
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/gobjectmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gobjectmodule.c b/gobject/gobjectmodule.c index 8978ea22..68a10aca 100644 --- a/gobject/gobjectmodule.c +++ b/gobject/gobjectmodule.c @@ -1906,7 +1906,7 @@ static int pyg_thread_state_tls_key = -1; /* Enable threading; note that the GIL must be held by the current thread when this function is called */ static int -pyg_enable_threads () +pyg_enable_threads (void) { if (getenv ("PYGTK_USE_GIL_STATE_API")) use_gil_state_api = TRUE; |