diff options
Diffstat (limited to 'generic/tclOOStubInit.c')
-rw-r--r-- | generic/tclOOStubInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclOOStubInit.c b/generic/tclOOStubInit.c index bb46abb..ed1c4cd 100644 --- a/generic/tclOOStubInit.c +++ b/generic/tclOOStubInit.c @@ -1,5 +1,5 @@ /* - * $Id: tclOOStubInit.c,v 1.11 2010/04/26 13:32:33 dkf Exp $ + * $Id: tclOOStubInit.c,v 1.12 2010/08/21 16:30:26 nijtmans Exp $ * * This file is (mostly) automatically generated from tclOO.decls. * It is compiled and linked in with the tclOO package proper. @@ -20,7 +20,7 @@ MODULE_SCOPE const TclOOStubs tclOOStubs; static const TclOOIntStubs tclOOIntStubs = { TCL_STUB_MAGIC, - NULL, + 0, TclOOGetDefineCmdContext, /* 0 */ TclOOMakeProcInstanceMethod, /* 1 */ TclOOMakeProcMethod, /* 2 */ |