diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 22:07:13 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 22:07:13 (GMT) |
| commit | 9402bad3f48c98253d00cb0249db13442691e289 (patch) | |
| tree | b43e9d664bac2450b256c839babcc43bd5971525 /generic/tclTest.c | |
| parent | 648162204d4c9bd80cde739b4cad361de6ebe6f1 (diff) | |
| parent | 5efc8e4cfbcc400b2a929dd4b828afd5308d3b53 (diff) | |
| download | tcl-9402bad3f48c98253d00cb0249db13442691e289.zip tcl-9402bad3f48c98253d00cb0249db13442691e289.tar.gz tcl-9402bad3f48c98253d00cb0249db13442691e289.tar.bz2 | |
Merge 8.7. Further progress with TIP implementation.
Diffstat (limited to 'generic/tclTest.c')
| -rw-r--r-- | generic/tclTest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index 78645b6..4899c84 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -19,6 +19,9 @@ #ifndef USE_TCL_STUBS # define USE_TCL_STUBS #endif +#ifndef TCL_NO_DEPRECATED +# define TCL_NO_DEPRECATED +#endif #include "tclInt.h" #include "tclTomMath.h" #include "tclOO.h" |
