diff options
author | dgp <dgp@users.sourceforge.net> | 2014-02-04 16:24:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-02-04 16:24:14 (GMT) |
commit | 4dd8f4fb7dd4484d1bfcc0910e9c7f901b83dcbd (patch) | |
tree | 67baf562f729c64cbdd175f9e69f6fc23528a5be /generic/tclInt.h | |
parent | a72ae0f931f9ac8a78ef7b78f854ae68e66f9dd1 (diff) | |
parent | ae0cf24fb4a1c43bb6ffc8d5db7404a17bc3b8ea (diff) | |
download | tcl-4dd8f4fb7dd4484d1bfcc0910e9c7f901b83dcbd.zip tcl-4dd8f4fb7dd4484d1bfcc0910e9c7f901b83dcbd.tar.gz tcl-4dd8f4fb7dd4484d1bfcc0910e9c7f901b83dcbd.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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index a9f4c16..7da0b7f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2639,6 +2639,8 @@ MODULE_SCOPE char *tclMemDumpFileName; MODULE_SCOPE TclPlatformType tclPlatform; MODULE_SCOPE Tcl_NotifierProcs tclNotifierHooks; +MODULE_SCOPE Tcl_Encoding tclIdentityEncoding; + /* * TIP #233 (Virtualized Time) * Data for the time hooks, if any. |