summaryrefslogtreecommitdiffstats
path: root/generic/tclOOIntDecls.h
diff options
context:
space:
mode:
authordas <das>2008-06-12 06:29:14 (GMT)
committerdas <das>2008-06-12 06:29:14 (GMT)
commit3e497c1f548a8cbba7c7211b72f9b476f4093355 (patch)
tree51011188377a8200015fe034379e37100688c9a5 /generic/tclOOIntDecls.h
parent478314cd955802ff15753a226ac6a1e7ee7d73d8 (diff)
downloadtcl-3e497c1f548a8cbba7c7211b72f9b476f4093355.zip
tcl-3e497c1f548a8cbba7c7211b72f9b476f4093355.tar.gz
tcl-3e497c1f548a8cbba7c7211b72f9b476f4093355.tar.bz2
* generic/tclOO.c: use TclOOStubs hooks field to retrieve
* generic/tclOODecls.h: TclOOIntStubs pointer. [Bug 1980953] * generic/tclOOIntDecls.h: * generic/tclOOStubInit.c: * generic/tclOOStubLib.c:
Diffstat (limited to 'generic/tclOOIntDecls.h')
-rw-r--r--generic/tclOOIntDecls.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/generic/tclOOIntDecls.h b/generic/tclOOIntDecls.h
index bc6c2d3..de761a7 100644
--- a/generic/tclOOIntDecls.h
+++ b/generic/tclOOIntDecls.h
@@ -1,5 +1,5 @@
/*
- * $Id: tclOOIntDecls.h,v 1.4 2008/06/01 02:02:49 kennykb Exp $
+ * $Id: tclOOIntDecls.h,v 1.5 2008/06/12 06:29:18 das Exp $
*
* This file is (mostly) automatically generated from tclOO.decls.
*/
@@ -21,7 +21,7 @@
/*
* WARNING: This file is automatically generated by the tools/genStubs.tcl
* script. Any modifications to the function declarations below should be made
- * in the generic/tcl.decls script.
+ * in the generic/tclOO.decls script.
*/
/* !BEGIN!: Do not edit below this line. */
@@ -258,12 +258,7 @@ extern CONST TclOOIntStubs *tclOOIntStubsPtr;
/* !END!: Do not edit above this line. */
-struct TclOOStubAPI {
- CONST TclOOStubs *stubsPtr;
- CONST TclOOIntStubs *intStubsPtr;
-};
-
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT
-#endif /* _TCLOODECLS */
+#endif /* _TCLOOINTDECLS */