diff options
-rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 9ccb3c5..2f12b8f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -4983,7 +4983,7 @@ MODULE_SCOPE Tcl_PackageInitProc Procbodytest_SafeInit; #define TclRoutineHasName(cmdPtr) \ - (cmdPtr)->hPtr != NULL + ((cmdPtr)->hPtr != NULL) /* *---------------------------------------------------------------- |