diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-02 21:45:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-02 21:45:57 (GMT) |
commit | 76995b15620ca1eecef253001cd60a1a961b6605 (patch) | |
tree | 089fa1abfba39fead5b2bd44a7d8c52b56e81967 /generic/tcl.decls | |
parent | b290d7bf023688cef522986a270daa4cc1bdc4cf (diff) | |
download | tcl-76995b15620ca1eecef253001cd60a1a961b6605.zip tcl-76995b15620ca1eecef253001cd60a1a961b6605.tar.gz tcl-76995b15620ca1eecef253001cd60a1a961b6605.tar.bz2 |
* generic/tcl.decls:
* generic/tclBasic.c: Simplified implementation of Tcl_ExprString.
* tests/expr-old.test:
* generic/tclDecls.h: `make gentstubs`
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index cd95420..05fe8f9 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -11,7 +11,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.108 2005/01/27 00:22:58 andreas_kupries Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.109 2005/05/02 21:45:58 dgp Exp $ library tcl @@ -509,7 +509,7 @@ declare 141 generic { Tcl_Obj **resultPtrPtr) } declare 142 generic { - int Tcl_ExprString(Tcl_Interp *interp, CONST char *string) + int Tcl_ExprString(Tcl_Interp *interp, CONST char *exprString) } declare 143 generic { void Tcl_Finalize(void) |