Fossil SCM
Sync up TclContext hLibrary member name with 'main.c'.
Commit
d7bcdcbf2e70fd79414990765f6e9d19881619fa
Parent
fec856f48c88372…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -102,11 +102,11 @@ | ||
| 102 | 102 | ** "th_tcl.c". |
| 103 | 103 | */ |
| 104 | 104 | struct TclContext { |
| 105 | 105 | int argc; /* Number of original (expanded) arguments. */ |
| 106 | 106 | 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. */ | |
| 108 | 108 | void *xFindExecutable; /* See tcl_FindExecutableProc in th_tcl.c. */ |
| 109 | 109 | void *xCreateInterp; /* See tcl_CreateInterpProc in th_tcl.c. */ |
| 110 | 110 | void *xDeleteInterp; /* See tcl_DeleteInterpProc in th_tcl.c. */ |
| 111 | 111 | void *xFinalize; /* See tcl_FinalizeProc in th_tcl.c. */ |
| 112 | 112 | Tcl_Interp *interp; /* The on-demand created Tcl interpreter. */ |
| 113 | 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 *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 |