summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-02-04 15:17:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-02-04 15:17:12 (GMT)
commitae0cf24fb4a1c43bb6ffc8d5db7404a17bc3b8ea (patch)
treeda77e345963b52bd809d1ed5d0911aacc39725d5 /generic/tclInt.h
parent009a17d3a03061610a2c281f18937e78e995855f (diff)
parentee8ba589547e1b44b7851f0524f854e9b58f8dfe (diff)
downloadtcl-ae0cf24fb4a1c43bb6ffc8d5db7404a17bc3b8ea.zip
tcl-ae0cf24fb4a1c43bb6ffc8d5db7404a17bc3b8ea.tar.gz
tcl-ae0cf24fb4a1c43bb6ffc8d5db7404a17bc3b8ea.tar.bz2
Simplify the core output operations of channels. Reduce duplicative and
dead code.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index dc28b97..b45f8e3 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2382,6 +2382,8 @@ MODULE_SCOPE char *tclMemDumpFileName;
MODULE_SCOPE TclPlatformType tclPlatform;
MODULE_SCOPE Tcl_NotifierProcs tclOriginalNotifier;
+MODULE_SCOPE Tcl_Encoding tclIdentityEncoding;
+
/*
* TIP #233 (Virtualized Time)
* Data for the time hooks, if any.