9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
* Copyright © 1998 Sun Microsystems, Inc.
* Copyright © 2006-2008 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"
#if TCL_THREADS
/*
|
>
>
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
* Copyright © 1998 Sun Microsystems, Inc.
* Copyright © 2006-2008 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
#undef STATIC_BUILD
#ifndef USE_TCL_STUBS
# define USE_TCL_STUBS
#endif
#include "tclInt.h"
#if TCL_THREADS
/*
|