/trunk/Lib/tcl/tcl8.swg
Unknown | 42 lines | 33 code | 9 blank | 0 comment | 0 complexity | 40104538a81b2d5d3e345681b549a115 MD5 | raw file
1/* ----------------------------------------------------------------------------- 2 * tcl8.swg 3 * 4 * Tcl configuration module. 5 * ----------------------------------------------------------------------------- */ 6 7/* ------------------------------------------------------------ 8 * Inner macros 9 * ------------------------------------------------------------ */ 10%include <tclmacros.swg> 11 12/* ------------------------------------------------------------ 13 * The runtime part 14 * ------------------------------------------------------------ */ 15%include <tclruntime.swg> 16 17/* ------------------------------------------------------------ 18 * Special user directives 19 * ------------------------------------------------------------ */ 20%include <tcluserdir.swg> 21 22/* ------------------------------------------------------------ 23 * Typemap specializations 24 * ------------------------------------------------------------ */ 25%include <tcltypemaps.swg> 26 27/* ------------------------------------------------------------ 28 * Overloaded operator support 29 * ------------------------------------------------------------ */ 30%include <tclopers.swg> 31 32/* ------------------------------------------------------------ 33 * Warnings for Tcl keywords 34 * ------------------------------------------------------------ */ 35%include <tclkw.swg> 36 37/* ------------------------------------------------------------ 38 * The Tcl initialization function 39 * ------------------------------------------------------------ */ 40%include <tclinit.swg> 41 42