diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-04-01 13:06:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-04-01 13:06:40 (GMT) |
commit | d2a222320b58749794fb782bfe9c4c3c23038775 (patch) | |
tree | c343dfdcffdb2ec084f3b2523eaa6609c7983fe2 /win/tclWinThrd.c | |
parent | ffcf42745c6b45037104720cdd15d5d7003fdb63 (diff) | |
parent | 8451552b850228f9a1fd2ad51a4764ff3b61fc88 (diff) | |
download | tcl-d2a222320b58749794fb782bfe9c4c3c23038775.zip tcl-d2a222320b58749794fb782bfe9c4c3c23038775.tar.gz tcl-d2a222320b58749794fb782bfe9c4c3c23038775.tar.bz2 |
RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt. Eliminate exess spacing
Diffstat (limited to 'win/tclWinThrd.c')
-rw-r--r-- | win/tclWinThrd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c index 4eb3573..987734d 100644 --- a/win/tclWinThrd.c +++ b/win/tclWinThrd.c @@ -974,11 +974,11 @@ TclpInitAllocCache(void) * We need to make sure that TclpFreeAllocCache is called on each * thread that calls this, but only on threads that call this. */ - + tlsKey = TlsAlloc(); if (tlsKey == TLS_OUT_OF_INDEXES) { Tcl_Panic("could not allocate thread local storage"); - } + } } void * |