summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-01 10:39:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-01 10:39:55 (GMT)
commit2f867a435f47f0a0b236c62f60108c2a366e8d86 (patch)
tree549a57e3ea28b3165549f464f1817e1d182a4ebd /generic/tcl.h
parent975d478bfaf46abfe1b34bdbd82dd0dc9556d864 (diff)
parent4b405eefc87b73626717793edab7f03e5c0399ec (diff)
downloadtcl-2f867a435f47f0a0b236c62f60108c2a366e8d86.zip
tcl-2f867a435f47f0a0b236c62f60108c2a366e8d86.tar.gz
tcl-2f867a435f47f0a0b236c62f60108c2a366e8d86.tar.bz2
Merge tip-597
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index e1b6066..dfb4c3a 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -717,6 +717,11 @@ typedef void (Tcl_ServiceModeHookProc) (int mode);
typedef ClientData (Tcl_InitNotifierProc) (void);
typedef void (Tcl_FinalizeNotifierProc) (ClientData clientData);
typedef void (Tcl_MainLoopProc) (void);
+
+/* Undocumented. To be formalized by TIP #595 */
+#define Tcl_LibraryInitProc Tcl_PackageInitProc
+#define Tcl_LibraryUnloadProc Tcl_PackageUnloadProc
+#define Tcl_StaticLibrary Tcl_StaticPackage
/*
*----------------------------------------------------------------------------