Tcl Source Code

Check-in [d122852556]
Login

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

Overview
Comment:Last bit of TIP 503 implementation.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | tip-503
Files: files | file ages | folders
SHA3-256: d122852556c2f3c6c0380bb585835f9b4d0b03d9a01c084b20e203031120c4e3
User & Date: dgp 2018-03-05 19:29:12
Context
2018-03-20
19:54
TIP 503 implementation. check-in: ae29ed9c7f user: dgp tags: core-8-branch
2018-03-05
19:29
Last bit of TIP 503 implementation. Closed-Leaf check-in: d122852556 user: dgp tags: tip-503
17:07
TIP 351 Implementation. check-in: 7ac44158fa user: dgp tags: core-8-branch
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tcl.h.

265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280

#ifndef INLINE
#   define INLINE
#endif
#ifndef CONST
#   define CONST const
#endif
#define CONST84 const
#define CONST84_RETURN const

#endif /* !TCL_NO_DEPRECATED */

#ifndef CONST86
#      define CONST86 const
#endif








<
<







265
266
267
268
269
270
271


272
273
274
275
276
277
278

#ifndef INLINE
#   define INLINE
#endif
#ifndef CONST
#   define CONST const
#endif



#endif /* !TCL_NO_DEPRECATED */

#ifndef CONST86
#      define CONST86 const
#endif