summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorsurles <surles>1999-05-23 16:37:14 (GMT)
committersurles <surles>1999-05-23 16:37:14 (GMT)
commit60e436c4cfd066fdf891a16bd62985ea59760ef3 (patch)
tree6929c46c81787e3cb7543f9dfea441d9fefe6f1e /generic/tclInt.decls
parentac39508cf97576cd9747c5630c4a13d794663b4a (diff)
downloadtcl-60e436c4cfd066fdf891a16bd62985ea59760ef3.zip
tcl-60e436c4cfd066fdf891a16bd62985ea59760ef3.tar.gz
tcl-60e436c4cfd066fdf891a16bd62985ea59760ef3.tar.bz2
Added stub entry for the TclGetAuxDataType routine so tbcload can use stubs
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index d0244ce..3789ffc 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.9 1999/04/22 22:57:07 stanton Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.10 1999/05/23 16:37:14 surles Exp $
library tcl
@@ -540,6 +540,9 @@ declare 144 generic {
void TclHideLiteral(Tcl_Interp *interp, struct CompileEnv *envPtr, \
int index)
}
+declare 145 generic {
+ struct AuxDataType *TclGetAuxDataType(char *typeName)
+}
##############################################################################