summaryrefslogtreecommitdiffstats
path: root/generic/tk.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-15 20:13:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-15 20:13:09 (GMT)
commit8a1ad98c65dfee7455ba11435fd63de6fbf46c70 (patch)
tree8852716f66e187b6a2a51de561b67e58df99dcb8 /generic/tk.h
parent2396bd5523304d4938cec1aa241067fcd29f8d9a (diff)
downloadtk-8a1ad98c65dfee7455ba11435fd63de6fbf46c70.zip
tk-8a1ad98c65dfee7455ba11435fd63de6fbf46c70.tar.gz
tk-8a1ad98c65dfee7455ba11435fd63de6fbf46c70.tar.bz2
Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on what the default profile is
Diffstat (limited to 'generic/tk.h')
-rw-r--r--generic/tk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tk.h b/generic/tk.h
index 481714a..8c0406d 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -153,6 +153,7 @@ typedef const char *Tk_Uid;
# endif
# define TCL_SIZE_MAX INT_MAX
# define TCL_SIZE_MODIFIER ""
+# define TCL_ENCODING_PROFILE_TCL8 0x01000000
#endif
/*