diff options
author | surles <surles> | 1999-04-16 22:03:58 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-16 22:03:58 (GMT) |
commit | bc1186e23a8f0e592e97b8d8a72f81ac6e69b8c8 (patch) | |
tree | 44036e7d65b967b506d40c1fdb67a7a96450c2c2 /generic/tclInt.decls | |
parent | 3a8f2f8eda68a2628907a846410a9738586e116c (diff) | |
download | tcl-bc1186e23a8f0e592e97b8d8a72f81ac6e69b8c8.zip tcl-bc1186e23a8f0e592e97b8d8a72f81ac6e69b8c8.tar.gz tcl-bc1186e23a8f0e592e97b8d8a72f81ac6e69b8c8.tar.bz2 |
fixed bug 1811: Add TclSetPreInitScript to the stubs files.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index b2d1b44..e1d9016 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -10,7 +10,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.5 1999/04/16 00:46:47 stanton Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.6 1999/04/16 22:03:58 surles Exp $ library tcl @@ -379,10 +379,9 @@ declare 100 generic { Tcl_Obj * TclSetIndexedScalar(Tcl_Interp *interp, int localIndex, \ Tcl_Obj *objPtr, int leaveErrorMsg) } -# TODO: needs to be implemented -# declare 101 generic { -# char * TclSetPreInitScript(char *string) -# } +declare 101 generic { + char * TclSetPreInitScript(char *string) +} declare 102 generic { void TclSetupEnv(Tcl_Interp *interp) } |