diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-17 22:28:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-17 22:28:38 (GMT) |
commit | 729687600b66c16b05f8b800209bf0252c285bac (patch) | |
tree | 6046e84e87a076d9ed6ca1edf226832ffa7bd073 /generic/tcl.h | |
parent | 5183004618b076623516cc260ae3e9e283252186 (diff) | |
download | tcl-729687600b66c16b05f8b800209bf0252c285bac.zip tcl-729687600b66c16b05f8b800209bf0252c285bac.tar.gz tcl-729687600b66c16b05f8b800209bf0252c285bac.tar.bz2 |
Convert Tcl_Eval and Tcl_GlobalEval to a macro
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index c2ea113..5ae5f5d 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -2411,14 +2411,6 @@ TCLAPI void Tcl_GetMemoryInfo(Tcl_DString *dsPtr); #define Tcl_ConditionFinalize(condPtr) #endif /* TCL_THREADS */ -/* - *---------------------------------------------------------------------------- - * Deprecated Tcl functions: - */ - -#ifndef TCL_NO_DEPRECATED -#endif /* !TCL_NO_DEPRECATED */ - #endif /* RC_INVOKED */ /* |