Fossil SCM

Fix a couple missed changes.

mistachkin 2013-09-16 07:36 UTC tcl-stubs
Commit 9562a16f6d90c704c175f21200e893fc89ac8bcc
--- src/th_tcl.c
+++ src/th_tcl.c
@@ -654,10 +654,11 @@
654654
return TH_ERROR;
655655
#else
656656
*pLibrary = 0;
657657
*pxFindExecutable = Tcl_FindExecutable;
658658
*pxCreateInterp = Tcl_CreateInterp;
659
+ *pxDeleteInterp = Tcl_DeleteInterp;
659660
return TH_OK;
660661
#endif
661662
}
662663
663664
/*
664665
--- 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
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -52,11 +52,11 @@
5252
5353
#### Enable scripting support via Tcl/Tk
5454
#
5555
FOSSIL_ENABLE_TCL = 1
5656
57
-#### Load Tcl using the stubs mechanism
57
+#### Load Tcl using the stubs library mechanism
5858
#
5959
FOSSIL_ENABLE_TCL_STUBS = 1
6060
6161
#### Load Tcl using the private stubs mechanism
6262
#
6363
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button