summaryrefslogtreecommitdiffstats
path: root/unix/tclAppInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2023-05-24 16:02:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2023-05-24 16:02:24 (GMT)
commit29225e440c7dfc3b4fb54d8bb5a8b32fd9604d6f (patch)
tree76a21d1b72f69d7f7218eb0332f9d2afbed472d5 /unix/tclAppInit.c
parent4a3c559932945a74fed481561274ceedc4afe555 (diff)
parent70a3d08fc4eb639c20c5613ea5952a0dfdd5e935 (diff)
downloadtcl-29225e440c7dfc3b4fb54d8bb5a8b32fd9604d6f.zip
tcl-29225e440c7dfc3b4fb54d8bb5a8b32fd9604d6f.tar.gz
tcl-29225e440c7dfc3b4fb54d8bb5a8b32fd9604d6f.tar.bz2
merge core-8-branch
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 05d25de..b203487 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. */
}