summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls9
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)
}