summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-11 12:44:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-11 12:44:21 (GMT)
commit1fb69d5491c924c575520715e782aa522de57e9c (patch)
tree2afa412275dfba0b769239161163335dc306c077 /macosx
parent4e0bc593116403aff19c85dd97514e36ed2a0e82 (diff)
downloadtcl-1fb69d5491c924c575520715e782aa522de57e9c.zip
tcl-1fb69d5491c924c575520715e782aa522de57e9c.tar.gz
tcl-1fb69d5491c924c575520715e782aa522de57e9c.tar.bz2
Code cleanup: less of use "register" keyword, and better use of typecasts
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXFCmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c
index 53b01e0..6275aac 100644
--- a/macosx/tclMacOSXFCmd.c
+++ b/macosx/tclMacOSXFCmd.c
@@ -689,7 +689,7 @@ SetOSTypeFromAny(
static void
UpdateStringOfOSType(
- register Tcl_Obj *objPtr) /* OSType object whose string rep to
+ Tcl_Obj *objPtr) /* OSType object whose string rep to
* update. */
{
char string[5];