diff options
author | dgp <dgp@users.sourceforge.net> | 2014-01-30 18:31:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-01-30 18:31:39 (GMT) |
commit | 4e8c59b5b86150cbf86bfcd5c501190b4e29c138 (patch) | |
tree | e970b45612132535990a45fa725565f91e4f89b6 /generic/tclInt.h | |
parent | 9df81fccd3a1cfd90a732c1116cb3bf467bbe802 (diff) | |
download | tcl-4e8c59b5b86150cbf86bfcd5c501190b4e29c138.zip tcl-4e8c59b5b86150cbf86bfcd5c501190b4e29c138.tar.gz tcl-4e8c59b5b86150cbf86bfcd5c501190b4e29c138.tar.bz2 |
Refactor WriteChars() and WriteBytes() into simple wrappers of a common
routine Write().
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 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. |