summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-28 07:32:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-28 07:32:38 (GMT)
commit46892ac925872ac5eee1bd52e1a04df88871c577 (patch)
treef4695f8413748b289229132fac96e693fdbe1910 /win
parent029ef678b91259476a802976443f311bfdd5e6a8 (diff)
parenteb1ea6e9925f3dfc5ac745baef6723d161e065ad (diff)
downloadtcl-46892ac925872ac5eee1bd52e1a04df88871c577.zip
tcl-46892ac925872ac5eee1bd52e1a04df88871c577.tar.gz
tcl-46892ac925872ac5eee1bd52e1a04df88871c577.tar.bz2
Merge 8.7
Diffstat (limited to 'win')
-rw-r--r--win/tclWinDde.c3
-rw-r--r--win/tclWinFCmd.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/win/tclWinDde.c b/win/tclWinDde.c
index 3377bfa..d01e7ae 100644
--- a/win/tclWinDde.c
+++ b/win/tclWinDde.c
@@ -1305,8 +1305,7 @@ DdeObjCmd(
Tcl_Obj *const *objv) /* The arguments */
{
static const char *const ddeCommands[] = {
- "servername", "execute", "poke", "request", "services", "eval",
- (char *) NULL};
+ "servername", "execute", "poke", "request", "services", "eval", NULL};
enum DdeSubcommands {
DDE_SERVERNAME, DDE_EXECUTE, DDE_POKE, DDE_REQUEST, DDE_SERVICES,
DDE_EVAL
diff --git a/win/tclWinFCmd.c b/win/tclWinFCmd.c
index 37f0834..4cb23ea 100644
--- a/win/tclWinFCmd.c
+++ b/win/tclWinFCmd.c
@@ -56,7 +56,7 @@ static const int attributeArray[] = {FILE_ATTRIBUTE_ARCHIVE, FILE_ATTRIBUTE_HIDD
const char *const tclpFileAttrStrings[] = {
"-archive", "-hidden", "-longname", "-readonly",
- "-shortname", "-system", (char *) NULL
+ "-shortname", "-system", NULL
};
const TclFileAttrProcs tclpFileAttrProcs[] = {