diff options
author | surles <surles> | 1999-05-23 16:37:14 (GMT) |
---|---|---|
committer | surles <surles> | 1999-05-23 16:37:14 (GMT) |
commit | 60e436c4cfd066fdf891a16bd62985ea59760ef3 (patch) | |
tree | 6929c46c81787e3cb7543f9dfea441d9fefe6f1e /generic/tclCompile.h | |
parent | ac39508cf97576cd9747c5630c4a13d794663b4a (diff) | |
download | tcl-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/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 4a718fd..310e67e 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -6,7 +6,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompile.h,v 1.10 1999/04/16 00:46:45 stanton Exp $ + * RCS: @(#) $Id: tclCompile.h,v 1.11 1999/05/23 16:37:14 surles Exp $ */ #ifndef _TCLCOMPILATION @@ -740,7 +740,6 @@ EXTERN void TclDeleteLiteralTable _ANSI_ARGS_(( Tcl_Interp *interp, LiteralTable *tablePtr)); EXTERN void TclEmitForwardJump _ANSI_ARGS_((CompileEnv *envPtr, TclJumpType jumpType, JumpFixup *jumpFixupPtr)); -EXTERN AuxDataType *TclGetAuxDataType _ANSI_ARGS_((char *typeName)); EXTERN ExceptionRange * TclGetExceptionRangeForPc _ANSI_ARGS_(( unsigned char *pc, int catchOnly, ByteCode* codePtr)); |