summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2011-05-24 12:36:20 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2011-05-24 12:36:20 (GMT)
commita1c83b810206f14fb307c254806ee76855220c81 (patch)
tree99f39d77d099ea1f8806c2b226ce4fb4cead28a1 /generic/tclInt.h
parent5b75e3dd5aa90cdfd146e627c9cf84e085c3daa0 (diff)
downloadtcl-a1c83b810206f14fb307c254806ee76855220c81.zip
tcl-a1c83b810206f14fb307c254806ee76855220c81.tar.gz
tcl-a1c83b810206f14fb307c254806ee76855220c81.tar.bz2
Undo mistaken commit
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h7
1 files 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++; \
}
/*