diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-03 09:14:38 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-03 09:14:38 (GMT) |
| commit | b586e6742cacbdd3826f5d495868d56562b27ae9 (patch) | |
| tree | 4bdf281eea666ce2173aab810c000490dc048cd9 /unix/tclUnixInit.c | |
| parent | 5bd35202c0fcfd383cd30abaab299e546d73161f (diff) | |
| parent | 3e7df06557bc26dbbf2b7e7319eed92b3648f9d7 (diff) | |
| download | tcl-b586e6742cacbdd3826f5d495868d56562b27ae9.zip tcl-b586e6742cacbdd3826f5d495868d56562b27ae9.tar.gz tcl-b586e6742cacbdd3826f5d495868d56562b27ae9.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 7044a2f..a0a2c30 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -885,7 +885,8 @@ TclpSetVariables( GetSystemInfo(&sysInfo); - Tcl_SetVar2(interp, "tcl_platform", "os", "Windows NT", TCL_GLOBAL_ONLY); + Tcl_SetVar2(interp, "tcl_platform", "os", + "Windows NT", TCL_GLOBAL_ONLY); sprintf(buffer, "%d.%d", osInfo.dwMajorVersion, osInfo.dwMinorVersion); Tcl_SetVar2(interp, "tcl_platform", "osVersion", buffer, TCL_GLOBAL_ONLY); if (sysInfo.wProcessorArchitecture < NUMPROCESSORS) { |
