summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-22 13:22:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-22 13:22:40 (GMT)
commit1aba207fe781bcbb05472aadff385d3a7bc0b819 (patch)
treea4ff2b2486e4945b0d49bb1d7e7814fb2c7a7f18 /generic/tclIntDecls.h
parent0b831af93a825105e975fd5ef7816b39fc5a4d33 (diff)
downloadtcl-1aba207fe781bcbb05472aadff385d3a7bc0b819.zip
tcl-1aba207fe781bcbb05472aadff385d3a7bc0b819.tar.gz
tcl-1aba207fe781bcbb05472aadff385d3a7bc0b819.tar.bz2
If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_SaveResult() in testcases any more.
Prevent endless loop in Tcl_AddObjErrorInfo, when TCL_NO_DEPRECATED is defined.
Diffstat (limited to 'generic/tclIntDecls.h')
-rw-r--r--generic/tclIntDecls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h
index cf88e5f..533d6f4 100644
--- a/generic/tclIntDecls.h
+++ b/generic/tclIntDecls.h
@@ -1356,4 +1356,7 @@ extern const TclIntStubs *tclIntStubsPtr;
(tclStubsPtr->tcl_GetCommandFullName) /* 517 */
#endif
+#undef TclCopyChannelOld
+#undef TclSockMinimumBuffersOld
+
#endif /* _TCLINTDECLS */