mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 03:17:12 +00:00
Add zint_tcl project files
This commit is contained in:
@@ -673,6 +673,8 @@ DLLEXPORT int Zint_Init (Tcl_Interp *interp)
|
||||
*tkFlagPtr = 0;
|
||||
Tcl_CallWhenDeleted(interp, InterpCleanupProc, (ClientData)tkFlagPtr);
|
||||
/*------------------------------------------------------------------------*/
|
||||
/* FIXME: to unload even on command rename, capture the tolken, put it in */
|
||||
*/ the client data and use it to delete the command. */
|
||||
Tcl_CreateObjCommand(interp, "zint", ZintCmd, (ClientData)tkFlagPtr,
|
||||
(Tcl_CmdDeleteProc *)NULL);
|
||||
Tcl_PkgProvide (interp, "zint", version_string);
|
||||
|
||||
Reference in New Issue
Block a user