summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2014-01-30 18:31:39 (GMT)
committerdgp@users.sourceforge.net <dgp>2014-01-30 18:31:39 (GMT)
commit62e6be8e07532cf20b58f6417fd2acced4c75c7f (patch)
treee970b45612132535990a45fa725565f91e4f89b6 /generic/tclInt.h
parent285ed9d76baa87837657340489233dcd37797152 (diff)
downloadtcl-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.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.