summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 23:01:23 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 23:01:23 (GMT)
commita46b1f79d3095b4e867148fee2cb94dfe84fab44 (patch)
tree81f79e0e7c73908fcaedd86ef8d1fd6609299f3f /generic/tclInt.h
parent45c23f525667f963acefc9114c79a9a28d5ab1a9 (diff)
downloadtcl-a46b1f79d3095b4e867148fee2cb94dfe84fab44.zip
tcl-a46b1f79d3095b4e867148fee2cb94dfe84fab44.tar.gz
tcl-a46b1f79d3095b4e867148fee2cb94dfe84fab44.tar.bz2
code review and inline documentation
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index a569788..15cb355 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4886,6 +4886,13 @@ typedef struct NRE_callback {
#define Tcl_Free(ptr) TclpFree(ptr)
#endif
+/*
+ * Other externals.
+ */
+
+MODULE_SCOPE unsigned long TclEnvEpoch; /* Epoch of the tcl environment
+ * (if changed with tcl-env). */
+
#endif /* _TCLINT */
/*