Skip to content

Commit 4cdb042

Browse files
author
jan.nijtmans
committed
Fix windows debug build, broken by previous commit
1 parent 0ca087b commit 4cdb042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclInt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4983,7 +4983,7 @@ MODULE_SCOPE Tcl_PackageInitProc Procbodytest_SafeInit;
49834983

49844984

49854985
#define TclRoutineHasName(cmdPtr) \
4986-
(cmdPtr)->hPtr != NULL
4986+
((cmdPtr)->hPtr != NULL)
49874987

49884988
/*
49894989
*----------------------------------------------------------------

0 commit comments

Comments
 (0)