Fossil SCM
Fix a couple missed changes.
Commit
9562a16f6d90c704c175f21200e893fc89ac8bcc
Parent
6e08e5ae64e0085…
2 files changed
+1
+1
-1
+1
| --- src/th_tcl.c | ||
| +++ src/th_tcl.c | ||
| @@ -654,10 +654,11 @@ | ||
| 654 | 654 | return TH_ERROR; |
| 655 | 655 | #else |
| 656 | 656 | *pLibrary = 0; |
| 657 | 657 | *pxFindExecutable = Tcl_FindExecutable; |
| 658 | 658 | *pxCreateInterp = Tcl_CreateInterp; |
| 659 | + *pxDeleteInterp = Tcl_DeleteInterp; | |
| 659 | 660 | return TH_OK; |
| 660 | 661 | #endif |
| 661 | 662 | } |
| 662 | 663 | |
| 663 | 664 | /* |
| 664 | 665 |
| --- src/th_tcl.c | |
| +++ src/th_tcl.c | |
| @@ -654,10 +654,11 @@ | |
| 654 | return TH_ERROR; |
| 655 | #else |
| 656 | *pLibrary = 0; |
| 657 | *pxFindExecutable = Tcl_FindExecutable; |
| 658 | *pxCreateInterp = Tcl_CreateInterp; |
| 659 | return TH_OK; |
| 660 | #endif |
| 661 | } |
| 662 | |
| 663 | /* |
| 664 |
| --- src/th_tcl.c | |
| +++ src/th_tcl.c | |
| @@ -654,10 +654,11 @@ | |
| 654 | return TH_ERROR; |
| 655 | #else |
| 656 | *pLibrary = 0; |
| 657 | *pxFindExecutable = Tcl_FindExecutable; |
| 658 | *pxCreateInterp = Tcl_CreateInterp; |
| 659 | *pxDeleteInterp = Tcl_DeleteInterp; |
| 660 | return TH_OK; |
| 661 | #endif |
| 662 | } |
| 663 | |
| 664 | /* |
| 665 |
+1
-1
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -52,11 +52,11 @@ | ||
| 52 | 52 | |
| 53 | 53 | #### Enable scripting support via Tcl/Tk |
| 54 | 54 | # |
| 55 | 55 | FOSSIL_ENABLE_TCL = 1 |
| 56 | 56 | |
| 57 | -#### Load Tcl using the stubs mechanism | |
| 57 | +#### Load Tcl using the stubs library mechanism | |
| 58 | 58 | # |
| 59 | 59 | FOSSIL_ENABLE_TCL_STUBS = 1 |
| 60 | 60 | |
| 61 | 61 | #### Load Tcl using the private stubs mechanism |
| 62 | 62 | # |
| 63 | 63 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -52,11 +52,11 @@ | |
| 52 | |
| 53 | #### Enable scripting support via Tcl/Tk |
| 54 | # |
| 55 | FOSSIL_ENABLE_TCL = 1 |
| 56 | |
| 57 | #### Load Tcl using the stubs mechanism |
| 58 | # |
| 59 | FOSSIL_ENABLE_TCL_STUBS = 1 |
| 60 | |
| 61 | #### Load Tcl using the private stubs mechanism |
| 62 | # |
| 63 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -52,11 +52,11 @@ | |
| 52 | |
| 53 | #### Enable scripting support via Tcl/Tk |
| 54 | # |
| 55 | FOSSIL_ENABLE_TCL = 1 |
| 56 | |
| 57 | #### Load Tcl using the stubs library mechanism |
| 58 | # |
| 59 | FOSSIL_ENABLE_TCL_STUBS = 1 |
| 60 | |
| 61 | #### Load Tcl using the private stubs mechanism |
| 62 | # |
| 63 |