summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-20 18:44:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-20 18:44:22 (GMT)
commitc82e0deccaa9e752ec6ba8c53fe81d2a410ce529 (patch)
treea54217a116100c7326fa1745091bea13b3727a0b /generic/tclCompile.h
parented5a6c598b93838fa631c454cc0bb1af031d3c88 (diff)
parentff83c9993b14e1a40c0003bbda71dbbf2fe79a98 (diff)
downloadtcl-c82e0deccaa9e752ec6ba8c53fe81d2a410ce529.zip
tcl-c82e0deccaa9e752ec6ba8c53fe81d2a410ce529.tar.gz
tcl-c82e0deccaa9e752ec6ba8c53fe81d2a410ce529.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index fa8d773..db77eb1 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -1026,6 +1026,7 @@ MODULE_SCOPE void TclDeleteLiteralTable(Tcl_Interp *interp,
LiteralTable *tablePtr);
MODULE_SCOPE void TclEmitForwardJump(CompileEnv *envPtr,
TclJumpType jumpType, JumpFixup *jumpFixupPtr);
+MODULE_SCOPE void TclEmitInvoke(CompileEnv *envPtr, int opcode, ...);
MODULE_SCOPE ExceptionRange * TclGetExceptionRangeForPc(unsigned char *pc,
int catchOnly, ByteCode *codePtr);
MODULE_SCOPE void TclExpandJumpFixupArray(JumpFixupArray *fixupArrayPtr);