]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added widget methods {Height,Width}{,MM}OfScreen.
authorSjoerd Mullender <sjoerd@acm.org>
Tue, 12 Oct 1993 14:10:58 +0000 (14:10 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Tue, 12 Oct 1993 14:10:58 +0000 (14:10 +0000)
Python/thread.c

index 56ef137278b75878c5e84b81a5a0b5627fe7a9b8..f2e7ae959ce7509cc8d341eb8a48ae7206f1b867 100644 (file)
@@ -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 */