summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-16 23:21:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-16 23:21:20 (GMT)
commit4b1dc921ef04bb9bce6f37daf7c15c30f325ff5e (patch)
tree52cba60bacedffb3570138e2bd4a6096981d8c37 /generic/tclLink.c
parentbf9931fbfa4e7ff35d60d115f5f63e886305af3d (diff)
downloadtcl-4b1dc921ef04bb9bce6f37daf7c15c30f325ff5e.zip
tcl-4b1dc921ef04bb9bce6f37daf7c15c30f325ff5e.tar.gz
tcl-4b1dc921ef04bb9bce6f37daf7c15c30f325ff5e.tar.bz2
Revise macro usage
Diffstat (limited to 'generic/tclLink.c')
-rw-r--r--generic/tclLink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclLink.c b/generic/tclLink.c
index cb56bd6..05692db 100644
--- a/generic/tclLink.c
+++ b/generic/tclLink.c
@@ -511,7 +511,7 @@ GetWide(
Tcl_Obj *objPtr,
Tcl_WideInt *widePtr)
{
- if (Tcl_GetWideIntFromObj(NULL, objPtr, widePtr) != TCL_OK) {
+ if (TclGetWideIntFromObj(NULL, objPtr, widePtr) != TCL_OK) {
int intValue;
if (GetInvalidIntFromObj(objPtr, &intValue) != TCL_OK) {