diff options
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r-- | generic/tclEnv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclEnv.c b/generic/tclEnv.c index f814164..af7ddcd 100644 --- a/generic/tclEnv.c +++ b/generic/tclEnv.c @@ -12,11 +12,10 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclEnv.c,v 1.21 2003/05/14 06:17:49 davygrvy Exp $ + * RCS: @(#) $Id: tclEnv.c,v 1.22 2004/04/06 22:25:50 dgp Exp $ */ #include "tclInt.h" -#include "tclPort.h" TCL_DECLARE_MUTEX(envMutex) /* To serialize access to environ */ |