From 23c757e1987a037c346e5d77c4997c9aaf692b9d Mon Sep 17 00:00:00 2001 From: dkf Date: Sat, 1 Dec 2007 23:11:06 +0000 Subject: Silence syntax warning by Sun C compiler. [Bug 1840211] --- generic/tclEnv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclEnv.c b/generic/tclEnv.c index 2585d0a..60c0d4d 100644 --- a/generic/tclEnv.c +++ b/generic/tclEnv.c @@ -12,12 +12,12 @@ * 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.35 2007/11/19 11:29:57 dkf Exp $ + * RCS: @(#) $Id: tclEnv.c,v 1.36 2007/12/01 23:11:06 dkf Exp $ */ #include "tclInt.h" -TCL_DECLARE_MUTEX(envMutex); /* To serialize access to environ. */ +TCL_DECLARE_MUTEX(envMutex) /* To serialize access to environ. */ static struct { int cacheSize; /* Number of env strings in cache. */ -- cgit v0.12