diff options
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r-- | generic/tclClock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index 0faef9d..34561a5 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclClock.c,v 1.1.2.3 1998/11/11 04:54:07 stanton Exp $ + * RCS: @(#) $Id: tclClock.c,v 1.1.2.4 1998/12/10 21:21:34 stanton Exp $ */ #include "tcl.h" @@ -22,7 +22,7 @@ * The date parsing stuff uses lexx and has tons o statics. */ -#ifdef TCL_THREAD +#ifdef TCL_THREADS static Tcl_Mutex clockMutex; #endif |