/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. * Inner macros
  8. * ------------------------------------------------------------ */
  9. %include <tclmacros.swg>
  10. /* ------------------------------------------------------------
  11. * The runtime part
  12. * ------------------------------------------------------------ */
  13. %include <tclruntime.swg>
  14. /* ------------------------------------------------------------
  15. * Special user directives
  16. * ------------------------------------------------------------ */
  17. %include <tcluserdir.swg>
  18. /* ------------------------------------------------------------
  19. * Typemap specializations
  20. * ------------------------------------------------------------ */
  21. %include <tcltypemaps.swg>
  22. /* ------------------------------------------------------------
  23. * Overloaded operator support
  24. * ------------------------------------------------------------ */
  25. %include <tclopers.swg>
  26. /* ------------------------------------------------------------
  27. * Warnings for Tcl keywords
  28. * ------------------------------------------------------------ */
  29. %include <tclkw.swg>
  30. /* ------------------------------------------------------------
  31. * The Tcl initialization function
  32. * ------------------------------------------------------------ */
  33. %include <tclinit.swg>