diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-14 13:00:46 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-14 13:00:46 (GMT) |
| commit | 2c5d1036db0d85c674967af5103c714092e279a7 (patch) | |
| tree | 4078b1f733e2bb22b44c818b5618411601ebf791 /generic/tclNamesp.c | |
| parent | 8a2c820213312ae39df29ae3f0f3d7ef83e6d4a3 (diff) | |
| parent | 15b0a7813d5d23096f735981f1af2c90e283afc6 (diff) | |
| download | tcl-2c5d1036db0d85c674967af5103c714092e279a7.zip tcl-2c5d1036db0d85c674967af5103c714092e279a7.tar.gz tcl-2c5d1036db0d85c674967af5103c714092e279a7.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclNamesp.c')
| -rw-r--r-- | generic/tclNamesp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index 1e360d1..e1bad0e 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -31,7 +31,7 @@ * limited to a single interpreter. */ -typedef struct ThreadSpecificData { +typedef struct { size_t numNsCreated; /* Count of the number of namespaces created * within the thread. This value is used as a * unique id for each namespace. Cannot be |
