Differences From Artifact [ae2cba46b1]:
- File tls.c — part of check-in [f087e1fe61] at 2016-12-10 02:55:12 on branch trunk — Removed backwards compatibility hacks and much reformatting (user: rkeene, size: 46321) [annotate] [blame] [check-ins using]
To Artifact [0322248de8]:
- File tls.c — part of check-in [fc00b36be8] at 2016-12-10 05:02:21 on branch trunk — Remove obsolete references (user: rkeene, size: 46277) [annotate] [blame] [check-ins using]
︙ | |||
1612 1613 1614 1615 1616 1617 1618 | 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 | - - | Tls_Init(Tcl_Interp *interp) /* Interpreter in which the package is * to be made available. */ { const char tlsTclInitScript[] = { #include "tls.tcl.h" }; |
︙ |