diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1993-10-12 14:10:58 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1993-10-12 14:10:58 (GMT) |
commit | cbaddb52aed1076db123e81529781985b2386181 (patch) | |
tree | 301f1362c682dfac192498ec878a7473d9ef3689 /Python/thread.c | |
parent | f9b7201bb84c05f03d77d33a37dae0486fb231e2 (diff) | |
download | cpython-cbaddb52aed1076db123e81529781985b2386181.zip cpython-cbaddb52aed1076db123e81529781985b2386181.tar.gz cpython-cbaddb52aed1076db123e81529781985b2386181.tar.bz2 |
Added widget methods {Height,Width}{,MM}OfScreen.
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c index 56ef137..f2e7ae9 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -43,7 +43,7 @@ static int thread_debug = 0; #define HDR_SIZE 2680 /* sizeof(ushdr_t) */ #define MAXPROC 100 /* max # of threads that can be started */ -static usptr_t *shared_arena; +/*static*/ usptr_t *shared_arena; static ulock_t count_lock; /* protection for some variables */ static ulock_t wait_lock; /* lock used to wait for other threads */ static int waiting_for_threads; /* protected by count_lock */ |