summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-11 11:02:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-11 11:02:19 (GMT)
commitb98b592315cd0256124da3dec17e4c2afd3c78c9 (patch)
treea97b170dee8ccffebfd5d5e080b6c5c276239d7a /generic/tcl.h
parentd3c1221322efe35af9663315a37d0aa97bd8f5ea (diff)
downloadtcl-b98b592315cd0256124da3dec17e4c2afd3c78c9.zip
tcl-b98b592315cd0256124da3dec17e4c2afd3c78c9.tar.gz
tcl-b98b592315cd0256124da3dec17e4c2afd3c78c9.tar.bz2
Fix [1acd172c424b57c9] (by just reverting the change causing this). Not crucial for TIP #688. Also, make it compile/run using -DTCL_NO_DEPRECATED=1
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index a4480a7..0d3da74 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -230,7 +230,7 @@ extern "C" {
* Miscellaneous declarations.
*/
-typedef void *ClientData;
+// typedef void *ClientData;
/*
* Darwin specific configure overrides (to support fat compiles, where