summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXFCmd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-06-07 15:18:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-06-07 15:18:38 (GMT)
commit73a3dfdeeabb1a43c73101b4b6a9826f83866b32 (patch)
treeb16f42225beb8cfcf7f51d80379d06434b134fb7 /macosx/tclMacOSXFCmd.c
parent0aa0da515cfab250658ae8010baea869bb889595 (diff)
downloadtcl-73a3dfdeeabb1a43c73101b4b6a9826f83866b32.zip
tcl-73a3dfdeeabb1a43c73101b4b6a9826f83866b32.tar.gz
tcl-73a3dfdeeabb1a43c73101b4b6a9826f83866b32.tar.bz2
Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifications/optimizations. No functional change.
Diffstat (limited to 'macosx/tclMacOSXFCmd.c')
-rw-r--r--macosx/tclMacOSXFCmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c
index 8ecfd0b..f34b280 100644
--- a/macosx/tclMacOSXFCmd.c
+++ b/macosx/tclMacOSXFCmd.c
@@ -319,7 +319,7 @@ TclMacOSXSetFileAttribute(
} else {
Tcl_WideInt newRsrcForkSize;
- if (Tcl_GetWideIntFromObj(interp, attributePtr,
+ if (TclGetWideIntFromObj(interp, attributePtr,
&newRsrcForkSize) != TCL_OK) {
return TCL_ERROR;
}