Fossil SCM

Sync up TclContext hLibrary member name with 'main.c'.

mistachkin 2015-06-10 22:31 trunk
Commit d7bcdcbf2e70fd79414990765f6e9d19881619fa
1 file changed +1 -1
+1 -1
--- src/main.c
+++ src/main.c
@@ -102,11 +102,11 @@
102102
** "th_tcl.c".
103103
*/
104104
struct TclContext {
105105
int argc; /* Number of original (expanded) arguments. */
106106
char **argv; /* Full copy of the original (expanded) arguments. */
107
- void *library; /* The Tcl library module handle. */
107
+ void *hLibrary; /* The Tcl library module handle. */
108108
void *xFindExecutable; /* See tcl_FindExecutableProc in th_tcl.c. */
109109
void *xCreateInterp; /* See tcl_CreateInterpProc in th_tcl.c. */
110110
void *xDeleteInterp; /* See tcl_DeleteInterpProc in th_tcl.c. */
111111
void *xFinalize; /* See tcl_FinalizeProc in th_tcl.c. */
112112
Tcl_Interp *interp; /* The on-demand created Tcl interpreter. */
113113
--- src/main.c
+++ src/main.c
@@ -102,11 +102,11 @@
102 ** "th_tcl.c".
103 */
104 struct TclContext {
105 int argc; /* Number of original (expanded) arguments. */
106 char **argv; /* Full copy of the original (expanded) arguments. */
107 void *library; /* The Tcl library module handle. */
108 void *xFindExecutable; /* See tcl_FindExecutableProc in th_tcl.c. */
109 void *xCreateInterp; /* See tcl_CreateInterpProc in th_tcl.c. */
110 void *xDeleteInterp; /* See tcl_DeleteInterpProc in th_tcl.c. */
111 void *xFinalize; /* See tcl_FinalizeProc in th_tcl.c. */
112 Tcl_Interp *interp; /* The on-demand created Tcl interpreter. */
113
--- src/main.c
+++ src/main.c
@@ -102,11 +102,11 @@
102 ** "th_tcl.c".
103 */
104 struct TclContext {
105 int argc; /* Number of original (expanded) arguments. */
106 char **argv; /* Full copy of the original (expanded) arguments. */
107 void *hLibrary; /* The Tcl library module handle. */
108 void *xFindExecutable; /* See tcl_FindExecutableProc in th_tcl.c. */
109 void *xCreateInterp; /* See tcl_CreateInterpProc in th_tcl.c. */
110 void *xDeleteInterp; /* See tcl_DeleteInterpProc in th_tcl.c. */
111 void *xFinalize; /* See tcl_FinalizeProc in th_tcl.c. */
112 Tcl_Interp *interp; /* The on-demand created Tcl interpreter. */
113

Keyboard Shortcuts

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