tcl8.swg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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>