diff options
author | dgp <dgp@users.sourceforge.net> | 2014-02-06 16:33:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-02-06 16:33:24 (GMT) |
commit | 204a41c65d68c707c0b4e6114424444c59e75808 (patch) | |
tree | a970187f35fe1a29e3cd7453f95995ca3d0a1e51 /generic/tclInt.h | |
parent | 9040b0f7dca92a2adb62468e290e5cbfeccca57a (diff) | |
parent | 7986522df51e69499b127ab05a24f697b5ac0849 (diff) | |
download | tcl-204a41c65d68c707c0b4e6114424444c59e75808.zip tcl-204a41c65d68c707c0b4e6114424444c59e75808.tar.gz tcl-204a41c65d68c707c0b4e6114424444c59e75808.tar.bz2 |
merge 8.5
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 64d39a0..a998460 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. |