diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-18 19:42:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-18 19:42:02 (GMT) |
commit | 49cfc0317e60291c8ed8e25b07d725058ec72bb2 (patch) | |
tree | d4f1dd446e58fa1b7172feac092b80cf3ce6e801 /win/tclAppInit.c | |
parent | db8e59ed80acf95cad3f0d0da9e36f46ae2de2d7 (diff) | |
download | tcl-49cfc0317e60291c8ed8e25b07d725058ec72bb2.zip tcl-49cfc0317e60291c8ed8e25b07d725058ec72bb2.tar.gz tcl-49cfc0317e60291c8ed8e25b07d725058ec72bb2.tar.bz2 |
Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes
Diffstat (limited to 'win/tclAppInit.c')
-rw-r--r-- | win/tclAppInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c index 27eb164..a3914f1 100644 --- a/win/tclAppInit.c +++ b/win/tclAppInit.c @@ -141,7 +141,7 @@ _tmain( 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. */ } |