Tcl Source Code

Check-in [a4cd9d3ffe]
Login

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

Overview
Comment:why was I undefining MODULE_SCOPE?
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | mig-no280
Files: files | file ages | folders
SHA1: a4cd9d3ffe8b60c80a642c989befc57582207b3a
User & Date: mig 2011-04-06 19:05:27
Context
2011-04-07
02:57
merge trunk to feature branch check-in: fec12a456e user: mig tags: mig-no280
2011-04-06
19:05
why was I undefining MODULE_SCOPE? check-in: a4cd9d3ffe user: mig tags: mig-no280
18:18
merge trunk to feature branch check-in: af182bb0cf user: mig tags: mig-no280
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tclInt.h.

15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 * See the file "license.terms" for information on usage and redistribution of
 * this file, and for a DISCLAIMER OF ALL WARRANTIES.
 */

#ifndef _TCLINT
#define _TCLINT

#ifdef MODULE_SCOPE
#undef MODULE_SCOPE
#define MODULE_SCOPE
#endif

/*
 * Some numerics configuration options.
 */

#undef NO_WIDE_TYPE
#undef ACCEPT_NAN








<
<
<
<
<







15
16
17
18
19
20
21





22
23
24
25
26
27
28
 * See the file "license.terms" for information on usage and redistribution of
 * this file, and for a DISCLAIMER OF ALL WARRANTIES.
 */

#ifndef _TCLINT
#define _TCLINT






/*
 * Some numerics configuration options.
 */

#undef NO_WIDE_TYPE
#undef ACCEPT_NAN