9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* Copyright (c) 1998 by Sun Microsystems, Inc.
* Copyright (c) 2006-2008 by Joe Mistachkin. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
#ifndef USE_TCL_STUBS
# define USE_TCL_STUBS
#endif
#include "tclInt.h"
#ifdef TCL_THREADS
/*
* Each thread has an single instance of the following structure. There is one
* instance of this structure per thread even if that thread contains multiple
* interpreters. The interpreter identified by this structure is the main
|
|
<
<
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
* Copyright (c) 1998 by Sun Microsystems, Inc.
* Copyright (c) 2006-2008 by Joe Mistachkin. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
#undef BUILD_tcl
#include "tclInt.h"
#ifdef TCL_THREADS
/*
* Each thread has an single instance of the following structure. There is one
* instance of this structure per thread even if that thread contains multiple
* interpreters. The interpreter identified by this structure is the main
|