summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r--generic/tclInterp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index 67d50c6..5e663a8 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInterp.c,v 1.1.2.6 1998/12/10 21:57:47 stanton Exp $
+ * RCS: @(#) $Id: tclInterp.c,v 1.1.2.7 1998/12/12 01:36:59 lfb Exp $
*/
#include <stdio.h>
@@ -21,9 +21,7 @@
*/
static int aliasCounter = 0;
-#ifdef TCL_THREADS
-static Tcl_Mutex cntMutex;
-#endif
+TCL_DECLARE_MUTEX(cntMutex)
/*
* struct Alias: