summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-09 19:13:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-09 19:13:44 (GMT)
commit8b52940facd76248aa6572e1e6683fda3ca1715f (patch)
tree06b5450eca164b89820689e712946105754f160a /generic/tclInt.h
parentbc822e3c8a829b430000939983d31e157686f849 (diff)
downloadtcl-8b52940facd76248aa6572e1e6683fda3ca1715f.zip
tcl-8b52940facd76248aa6572e1e6683fda3ca1715f.tar.gz
tcl-8b52940facd76248aa6572e1e6683fda3ca1715f.tar.bz2
* generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,
so make sure it is also always declared (with MODULE_SCOPE).
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 70c4d80..8a09246 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.308 2007/05/09 12:50:07 das Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.309 2007/05/09 19:13:46 dgp Exp $
*/
#ifndef _TCLINT
@@ -2278,6 +2278,7 @@ MODULE_SCOPE void TclFinalizeNotifier(void);
MODULE_SCOPE void TclFinalizeObjects(void);
MODULE_SCOPE void TclFinalizePreserve(void);
MODULE_SCOPE void TclFinalizeSynchronization(void);
+MODULE_SCOPE void TclFinalizeThreadAlloc(void);
MODULE_SCOPE void TclFinalizeThreadData(void);
MODULE_SCOPE double TclFloor(mp_int *a);
MODULE_SCOPE void TclFormatNaN(double value, char *buffer);
@@ -3027,7 +3028,6 @@ MODULE_SCOPE Tcl_Mutex *TclpNewAllocMutex(void);
MODULE_SCOPE void TclFreeAllocCache(void *);
MODULE_SCOPE void * TclpGetAllocCache(void);
MODULE_SCOPE void TclpSetAllocCache(void *);
-MODULE_SCOPE void TclFinalizeThreadAlloc(void);
MODULE_SCOPE void TclpFreeAllocMutex(Tcl_Mutex *mutex);
MODULE_SCOPE void TclpFreeAllocCache(void *);