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 | a470e9c67a35ef7fbd6b6243a4a99f06ace39d1b (patch) | |
| tree | 5ccbaa264a4b61ad4805f3aa41ae9a520b19cf5e /gobject/gobjectmodule.c | |
| parent | 329297f101a6135c103b5d2d8cad9ec7527605af (diff) | |
| download | pygobject-a470e9c67a35ef7fbd6b6243a4a99f06ace39d1b.tar.gz pygobject-a470e9c67a35ef7fbd6b6243a4a99f06ace39d1b.tar.xz pygobject-a470e9c67a35ef7fbd6b6243a4a99f06ace39d1b.zip | |
Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodule.c
Diffstat (limited to 'gobject/gobjectmodule.c')
| -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 8978ea2..68a10ac 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; |
