diff options
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 715c2ad..b294b91 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tcl.decls,v 1.154 2008/11/17 22:15:34 nijtmans Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.155 2008/12/02 19:40:40 dgp Exp $ library tcl @@ -2204,6 +2204,14 @@ declare 604 generic { int *objcPtr, Tcl_Obj *const *objv, Tcl_Obj ***remObjv) } +# TIP 335 +declare 605 generic { + int Tcl_GetErrorLine(Tcl_Interp *interp) +} +declare 606 generic { + void Tcl_SetErrorLine(Tcl_Interp *interp, int value) +} + ############################################################################## # Define the platform specific public Tcl interface. These functions are |