summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-06-12 03:05:41 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-06-12 03:05:41 (GMT)
commitb5d8216129b152ca5598851d5c71ca121e19698c (patch)
tree14b6ffa964864147b03d41c09ba5a2c22f2ed2e5 /generic/tclInt.h
parent830603d46e380fe12ee4792eab9706cd995f5c21 (diff)
parent84be29734969e1c4a15df99cc315e4d192b3d9be (diff)
downloadtcl-b5d8216129b152ca5598851d5c71ca121e19698c.zip
tcl-b5d8216129b152ca5598851d5c71ca121e19698c.tar.gz
tcl-b5d8216129b152ca5598851d5c71ca121e19698c.tar.bz2
Merge core-8-branch after TIP616
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 1f55132..2ac7644 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2762,8 +2762,10 @@ typedef Tcl_Channel (TclOpenFileChannelProc_)(Tcl_Interp *interp,
*----------------------------------------------------------------
*/
+#if !defined(TCL_NO_DEPRECATED) && TCL_MAJOR_VERSION < 9
typedef Tcl_CmdProc *TclCmdProcType;
typedef Tcl_ObjCmdProc *TclObjCmdProcType;
+#endif
/*
*----------------------------------------------------------------