summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2008-07-18 23:29:41 (GMT)
committermsofer <msofer@noemail.net>2008-07-18 23:29:41 (GMT)
commit0a3bbb14d7d40be5cabe4be0e9ef1e62245e8faa (patch)
tree280786ed54f598938301797f6f922caec6fa26b5 /generic/tclOOInt.h
parenta00b39c1dfccfa943a6c0fc2350ddd1d447fdba8 (diff)
downloadtcl-0a3bbb14d7d40be5cabe4be0e9ef1e62245e8faa.zip
tcl-0a3bbb14d7d40be5cabe4be0e9ef1e62245e8faa.tar.gz
tcl-0a3bbb14d7d40be5cabe4be0e9ef1e62245e8faa.tar.bz2
new TclNRAddCallback macro for internal use instead of the public
Tcl_NRAddCallback FossilOrigin-Name: 41bf7d9039838529fef6ebd671f8bd57844a6aff
Diffstat (limited to 'generic/tclOOInt.h')
-rw-r--r--generic/tclOOInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h
index 66dfca5..fa7d80e 100644
--- a/generic/tclOOInt.h
+++ b/generic/tclOOInt.h
@@ -9,11 +9,12 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclOOInt.h,v 1.4 2008/07/18 17:23:57 dkf Exp $
+ * RCS: @(#) $Id: tclOOInt.h,v 1.5 2008/07/18 23:29:44 msofer Exp $
*/
#include <tclInt.h>
#include "tclOO.h"
+#include "tclNRE.h"
/*
* Forward declarations.