summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-12-01 23:11:05 (GMT)
committerdkf <dkf@noemail.net>2007-12-01 23:11:05 (GMT)
commit2e1ea14f5e4c15743811aab2da0e39f2cb16f5fa (patch)
tree11a169db3ff1fbc44567e287b9334e703048acba /generic/tclEnv.c
parent22fcd76bc37c1c5e92ff8081fc906da260e1471a (diff)
downloadtcl-2e1ea14f5e4c15743811aab2da0e39f2cb16f5fa.zip
tcl-2e1ea14f5e4c15743811aab2da0e39f2cb16f5fa.tar.gz
tcl-2e1ea14f5e4c15743811aab2da0e39f2cb16f5fa.tar.bz2
Silence syntax warning by Sun C compiler. [Bug 1840211]
FossilOrigin-Name: 9177f99661e7be26e3b9c889eb2ef519b2ff7d4e
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r--generic/tclEnv.c4
1 files 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. */