diff options
author | das <das> | 2008-07-22 23:06:25 (GMT) |
---|---|---|
committer | das <das> | 2008-07-22 23:06:25 (GMT) |
commit | a4c31dcffa6781cf45a97ec8ea576c9b0b914c04 (patch) | |
tree | 22a09902376bd688efd3bfe16f4be45719a3e73f /generic/tclStubInit.c | |
parent | c7c37e1d88e15726e56e7455fd6435d4b4548c5b (diff) | |
download | tcl-a4c31dcffa6781cf45a97ec8ea576c9b0b914c04.zip tcl-a4c31dcffa6781cf45a97ec8ea576c9b0b914c04.tar.gz tcl-a4c31dcffa6781cf45a97ec8ea576c9b0b914c04.tar.bz2 |
make genstubs
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 6473d74..76c0e15 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.160 2008/07/22 23:01:43 das Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.161 2008/07/22 23:06:25 das Exp $ */ #include "tclInt.h" @@ -308,7 +308,7 @@ static const TclIntStubs tclIntStubs = { TclBackgroundException, /* 236 */ TclResetCancellation, /* 237 */ TclEvalObjv_NR2, /* 238 */ - &TclNRInterpProc, /* 239 */ + TclNRInterpProc, /* 239 */ TclNRInterpProcCore, /* 240 */ TclNRPushRecord, /* 241 */ TclNRPopAndFreeRecord, /* 242 */ |