diff options
author | das <das> | 2008-07-22 23:05:31 (GMT) |
---|---|---|
committer | das <das> | 2008-07-22 23:05:31 (GMT) |
commit | c7c37e1d88e15726e56e7455fd6435d4b4548c5b (patch) | |
tree | 0bbbdf15b27d21e920d80ab653bab6416e4e30a8 /generic/tclInt.decls | |
parent | d163d0f0b3d1c048dff893c84af1b89108625e89 (diff) | |
download | tcl-c7c37e1d88e15726e56e7455fd6435d4b4548c5b.zip tcl-c7c37e1d88e15726e56e7455fd6435d4b4548c5b.tar.gz tcl-c7c37e1d88e15726e56e7455fd6435d4b4548c5b.tar.bz2 |
fix TclNRInterpProc stub table declaration (broke 'make checkstubs')
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index f5be70a..3e02cd7 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tclInt.decls,v 1.124 2008/07/13 09:03:33 msofer Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.125 2008/07/22 23:05:31 das Exp $ library tcl @@ -947,7 +947,8 @@ declare 238 generic { struct TEOV_record *rootPtr) } declare 239 generic { - Tcl_ObjCmdProc TclNRInterpProc + int TclNRInterpProc(ClientData clientData, Tcl_Interp *interp, + int objc, Tcl_Obj *const objv[]) } declare 240 generic { int TclNRInterpProcCore(Tcl_Interp *interp, Tcl_Obj *procNameObj, |