From 8d3db05308f4171d5df9cc39c19a8914ab6b651d Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 24 May 2011 12:36:20 +0000 Subject: Undo mistaken commit --- generic/tclInt.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/generic/tclInt.h b/generic/tclInt.h index 75f894f..8f003be 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -4227,11 +4227,8 @@ MODULE_SCOPE void TclDbInitNewObj(Tcl_Obj *objPtr, const char *file, */ #define TclInvalidateNsCmdLookup(nsPtr) \ - if ((nsPtr)->numExportPatterns) { \ - (nsPtr)->exportLookupEpoch++; \ - } \ - if ((nsPtr)->commandPathLength) { \ - (nsPtr)->cmdRefEpoch++; \ + if ((nsPtr)->numExportPatterns) { \ + (nsPtr)->exportLookupEpoch++; \ } /* -- cgit v0.12