summaryrefslogtreecommitdiffstats
path: root/generic/tclOODecls.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclOODecls.h')
-rw-r--r--generic/tclOODecls.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/generic/tclOODecls.h b/generic/tclOODecls.h
index 4cdd515..1a0c262 100644
--- a/generic/tclOODecls.h
+++ b/generic/tclOODecls.h
@@ -1,10 +1,9 @@
/*
- * $Id: tclOODecls.h,v 1.10 2008/10/22 20:23:59 nijtmans Exp $
+ * $Id: tclOODecls.h,v 1.11 2009/01/29 14:53:36 dkf Exp $
*
* This file is (mostly) automatically generated from tclOO.decls.
*/
-
#ifndef _TCLOODECLS
#define _TCLOODECLS
@@ -21,20 +20,18 @@
/*
* WARNING: This file is automatically generated by the tools/genStubs.tcl
- * script. Any modifications to the function declarations below should be made
+ * script. Any modifications to the function declarations below should be made
* in the generic/tclOO.decls script.
*/
-
-
#if defined(USE_TCLOO_STUBS)
extern const char *TclOOInitializeStubs(Tcl_Interp *, const char *version);
#define Tcl_OOInitStubs(interp) TclOOInitializeStubs((interp),TCLOO_VERSION)
#else
-#define Tcl_OOInitStubs(interp) Tcl_PkgRequire((interp),"TclOO",TCLOO_VERSION)
+#define Tcl_OOInitStubs(interp) \
+ Tcl_PkgRequire((interp),"TclOO",TCLOO_VERSION,0)
#endif
-
-
+
/* !BEGIN!: Do not edit below this line. */
/*
@@ -375,7 +372,7 @@ extern const TclOOStubs *tclOOStubsPtr;
#endif /* defined(USE_TCLOO_STUBS) && !defined(USE_TCLOO_STUB_PROCS) */
/* !END!: Do not edit above this line. */
-
+
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT