summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2015-03-24 18:27:09 (GMT)
committerdgp@users.sourceforge.net <dgp>2015-03-24 18:27:09 (GMT)
commit35ba5599e3faca32b831b4d3ce31b5c27f83ed61 (patch)
treecb2c10db42995fa0c09381d26dfd9539a01b34a5
parentc16adf06821bc41a20a517cf32612f0f745d3e2a (diff)
downloadtcl-35ba5599e3faca32b831b4d3ce31b5c27f83ed61.zip
tcl-35ba5599e3faca32b831b4d3ce31b5c27f83ed61.tar.gz
tcl-35ba5599e3faca32b831b4d3ce31b5c27f83ed61.tar.bz2
There's no need to constrain the declaration of Tcl_GetMemoryInfo().
-rw-r--r--generic/tcl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 5eff4d6..297b42c 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -2422,9 +2422,7 @@ EXTERN void Tcl_MainEx(int argc, char **argv,
Tcl_AppInitProc *appInitProc, Tcl_Interp *interp);
EXTERN const char * Tcl_PkgInitStubsCheck(Tcl_Interp *interp,
const char *version, int exact);
-#if defined(TCL_THREADS) && defined(USE_THREAD_ALLOC)
EXTERN void Tcl_GetMemoryInfo(Tcl_DString *dsPtr);
-#endif
/*
*----------------------------------------------------------------------------