diff options
| author | dgp@users.sourceforge.net <dgp> | 2014-01-30 18:31:39 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2014-01-30 18:31:39 (GMT) |
| commit | 62e6be8e07532cf20b58f6417fd2acced4c75c7f (patch) | |
| tree | e970b45612132535990a45fa725565f91e4f89b6 /generic/tclInt.h | |
| parent | 285ed9d76baa87837657340489233dcd37797152 (diff) | |
| download | tcl-62e6be8e07532cf20b58f6417fd2acced4c75c7f.zip tcl-62e6be8e07532cf20b58f6417fd2acced4c75c7f.tar.gz tcl-62e6be8e07532cf20b58f6417fd2acced4c75c7f.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. |
