842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
|
extern "C" {
#endif
extern const TclIntStubs *tclIntStubsPtr;
#ifdef __cplusplus
}
#endif
#if defined(USE_TCL_STUBS)
/*
* Inline function declarations:
*/
/* Slot 0 is reserved */
/* Slot 1 is reserved */
|
|
|
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
|
extern "C" {
#endif
extern const TclIntStubs *tclIntStubsPtr;
#ifdef __cplusplus
}
#endif
#if !defined(BUILD_tcl)
/*
* Inline function declarations:
*/
/* Slot 0 is reserved */
/* Slot 1 is reserved */
|
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
|
#define TclCopyChannel \
(tclIntStubsPtr->tclCopyChannel) /* 248 */
#define TclDoubleDigits \
(tclIntStubsPtr->tclDoubleDigits) /* 249 */
#define TclSetSlaveCancelFlags \
(tclIntStubsPtr->tclSetSlaveCancelFlags) /* 250 */
#endif /* defined(USE_TCL_STUBS) */
/* !END!: Do not edit above this line. */
#endif /* _TCLINTDECLS */
|
|
|
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
|
#define TclCopyChannel \
(tclIntStubsPtr->tclCopyChannel) /* 248 */
#define TclDoubleDigits \
(tclIntStubsPtr->tclDoubleDigits) /* 249 */
#define TclSetSlaveCancelFlags \
(tclIntStubsPtr->tclSetSlaveCancelFlags) /* 250 */
#endif /* !defined(BUILD_tcl) */
/* !END!: Do not edit above this line. */
#endif /* _TCLINTDECLS */
|