Tcl Source Code

Check-in [c1347e51a9]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Undo mistaken commit
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c1347e51a95818a028666091f9b4b7cd00dd015d
User & Date: dkf 2011-05-24 12:36:20
Context
2011-05-24
16:02
Update to Olson tzdata2011g check-in: 2568fbd704 user: venkat tags: trunk
13:46
merge trunk check-in: ec03bc928d user: mig tags: mig-no280
13:46
merge trunk check-in: f62a607c8e user: mig tags: mig-alloc-reform
12:39
Merge to feature branch check-in: dcbbc346fa user: dkf tags: dkf-notifier-poll
12:36
Undo mistaken commit check-in: c1347e51a9 user: dkf tags: trunk
12:23
Remove some useless code from mcset and mcmset: [dict set] builds dictionary levels for us. check-in: 076d311d4f user: dkf tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tclInt.h.

4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
 * counter. The ANSI C "prototype" for this macro is:
 *
 * MODULE_SCOPE void	TclInvalidateNsCmdLookup(Namespace *nsPtr);
 *----------------------------------------------------------------
 */

#define TclInvalidateNsCmdLookup(nsPtr) \
    if ((nsPtr)->numExportPatterns) {		\
	(nsPtr)->exportLookupEpoch++;		\
    }						\
    if ((nsPtr)->commandPathLength) {		\
	(nsPtr)->cmdRefEpoch++;			\
    }

/*
 *----------------------------------------------------------------------
 *
 * Core procedures added to libtommath for bignum manipulation.
 *







|
|
<
<
<







4223
4224
4225
4226
4227
4228
4229
4230
4231



4232
4233
4234
4235
4236
4237
4238
 * counter. The ANSI C "prototype" for this macro is:
 *
 * MODULE_SCOPE void	TclInvalidateNsCmdLookup(Namespace *nsPtr);
 *----------------------------------------------------------------
 */

#define TclInvalidateNsCmdLookup(nsPtr) \
    if ((nsPtr)->numExportPatterns) {	\
	(nsPtr)->exportLookupEpoch++;	\



    }

/*
 *----------------------------------------------------------------------
 *
 * Core procedures added to libtommath for bignum manipulation.
 *