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)
commit30710a3cbde4192fff4a2f255c2fff0491dec7ac (patch)
tree2afa412275dfba0b769239161163335dc306c077 /macosx
parentd73c6dbd81c0537e3d6df60dc145af1b6539d6d2 (diff)
downloadtcl-30710a3cbde4192fff4a2f255c2fff0491dec7ac.zip
tcl-30710a3cbde4192fff4a2f255c2fff0491dec7ac.tar.gz
tcl-30710a3cbde4192fff4a2f255c2fff0491dec7ac.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];