summaryrefslogtreecommitdiffstats
path: root/unix/tclAppInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-14 21:42:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-14 21:42:54 (GMT)
commitb52ee10fc782b1628003c6068b593ae2cb69d0e7 (patch)
tree92dc1efb62dfc95de6c3459cbde497eeaec0eab1 /unix/tclAppInit.c
parent810eabe0ef54571b618cd19dc46dafcd04248380 (diff)
parentf82e6059dce38a482b9db9366d2edf71cb5ea917 (diff)
downloadtcl-b52ee10fc782b1628003c6068b593ae2cb69d0e7.zip
tcl-b52ee10fc782b1628003c6068b593ae2cb69d0e7.tar.gz
tcl-b52ee10fc782b1628003c6068b593ae2cb69d0e7.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclAppInit.c')
-rw-r--r--unix/tclAppInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index e3d95bc..cbb937f 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -91,7 +91,7 @@ main(
TclZipfs_AppHook(&argc, &argv);
#endif
- Tcl_Main((size_t)argc, argv, TCL_LOCAL_APPINIT);
+ Tcl_Main(argc, argv, TCL_LOCAL_APPINIT);
return 0; /* Needed only to prevent compiler warning. */
}