summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-24 10:42:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-24 10:42:49 (GMT)
commit6a93c7f3706002c1f0ac2408515c9f87ef9cdeef (patch)
tree803a92e35b7e1a7435fa466036299c28eaadbc5a /macosx
parent26039c20d8b49c6af92cb58fc06f156f36670649 (diff)
downloadtcl-6a93c7f3706002c1f0ac2408515c9f87ef9cdeef.zip
tcl-6a93c7f3706002c1f0ac2408515c9f87ef9cdeef.tar.gz
tcl-6a93c7f3706002c1f0ac2408515c9f87ef9cdeef.tar.bz2
MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling Tcl_MacOSXOpenVersionedBundleResources: One more stub entry which can be removed in Tcl 9.0
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXBundle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tclMacOSXBundle.c b/macosx/tclMacOSXBundle.c
index dad3733..9fadb7b 100644
--- a/macosx/tclMacOSXBundle.c
+++ b/macosx/tclMacOSXBundle.c
@@ -162,6 +162,7 @@ OpenResourceMap(
*----------------------------------------------------------------------
*/
+#undef Tcl_MacOSXOpenBundleResources
int
Tcl_MacOSXOpenBundleResources(
Tcl_Interp *interp,