summaryrefslogtreecommitdiffstats
path: root/generic/tclOODecls.h
diff options
context:
space:
mode:
authormig <mig>2011-03-01 19:54:54 (GMT)
committermig <mig>2011-03-01 19:54:54 (GMT)
commit764f7a0c9c13e5acb6f059d5a4115ce966a26629 (patch)
treede9c73c4a60bfd332bded0a6a1e50acb0c703d96 /generic/tclOODecls.h
parent2d973bc370d67436949500d0497e8320f7a3d1cb (diff)
downloadtcl-764f7a0c9c13e5acb6f059d5a4115ce966a26629.zip
tcl-764f7a0c9c13e5acb6f059d5a4115ce966a26629.tar.gz
tcl-764f7a0c9c13e5acb6f059d5a4115ce966a26629.tar.bz2
This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285
Diffstat (limited to 'generic/tclOODecls.h')
-rw-r--r--generic/tclOODecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOODecls.h b/generic/tclOODecls.h
index 697570d..161be09 100644
--- a/generic/tclOODecls.h
+++ b/generic/tclOODecls.h
@@ -24,7 +24,7 @@
* in the generic/tclOO.decls script.
*/
-#if defined(USE_TCLOO_STUBS)
+#if defined(USE_TCL_STUBS)
extern const char *TclOOInitializeStubs(Tcl_Interp *, const char *version);
#define Tcl_OOInitStubs(interp) TclOOInitializeStubs((interp),TCLOO_VERSION)
#else