diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-25 15:26:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-25 15:26:52 (GMT) |
commit | bd7e8f3e2c818c2f84ae55cc69fd102a96ac758e (patch) | |
tree | a7d985a3b70bdfc6a34bab970b49fdf8ce29d8a3 /generic/tclInt.h | |
parent | 8a2ca9c901a91fd78c60c5fa98d511f731bf2661 (diff) | |
parent | 8852e00049c50af24808ee5d609065b76f829fe9 (diff) | |
download | tcl-bd7e8f3e2c818c2f84ae55cc69fd102a96ac758e.zip tcl-bd7e8f3e2c818c2f84ae55cc69fd102a96ac758e.tar.gz tcl-bd7e8f3e2c818c2f84ae55cc69fd102a96ac758e.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 52262c1..a36d0a1 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2577,15 +2577,6 @@ typedef Tcl_Channel (TclOpenFileChannelProc_)(Tcl_Interp *interp, /* *---------------------------------------------------------------- - * Data structures related to procedures - *---------------------------------------------------------------- - */ - -typedef Tcl_CmdProc *TclCmdProcType; -typedef Tcl_ObjCmdProc *TclObjCmdProcType; - -/* - *---------------------------------------------------------------- * Data structures for process-global values. *---------------------------------------------------------------- */ |