diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-04 17:15:57 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-04 17:15:57 (GMT) |
| commit | 708d24cc2db91bc756e868c21cc1cde376f040b3 (patch) | |
| tree | 4e410c2ae8b46408603dd7ce238c34d6841f4032 /generic/tclLoad.c | |
| parent | 8050513a3135b2822a0d60bf2e42f4618cb3c015 (diff) | |
| parent | 15b5f31cafb65b5055b670feabbbcf17d7af45f4 (diff) | |
| download | tcl-708d24cc2db91bc756e868c21cc1cde376f040b3.zip tcl-708d24cc2db91bc756e868c21cc1cde376f040b3.tar.gz tcl-708d24cc2db91bc756e868c21cc1cde376f040b3.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclLoad.c')
| -rw-r--r-- | generic/tclLoad.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclLoad.c b/generic/tclLoad.c index 8c163b7..41f2e67 100644 --- a/generic/tclLoad.c +++ b/generic/tclLoad.c @@ -15,7 +15,7 @@ /* * The following structure describes a library that has been loaded either * dynamically (with the "load" command) or statically (as indicated by a call - * to Tcl_StaticPackage). All such libraries are linked together into a + * to Tcl_StaticLibrary). All such libraries are linked together into a * single list for the process. Library are never unloaded, until the * application exits, when TclFinalizeLoad is called, and these structures are * freed. @@ -921,7 +921,7 @@ Tcl_UnloadObjCmd( /* *---------------------------------------------------------------------- * - * Tcl_StaticPackage -- + * Tcl_StaticLibrary -- * * This function is invoked to indicate that a particular library has * been linked statically with an application. @@ -937,7 +937,7 @@ Tcl_UnloadObjCmd( */ void -Tcl_StaticPackage( +Tcl_StaticLibrary( Tcl_Interp *interp, /* If not NULL, it means that the library has * already been loaded into the given * interpreter by calling the appropriate init |
