summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-27 12:55:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-27 12:55:20 (GMT)
commit0144762de1aef84187efa1b4f81e164dcd715eb3 (patch)
tree8c6b8b510ef1dee630377852f339bc2e9eaf056e /generic/tclCompile.h
parentd936bf460871729ab8f1b2972bb85a1c679fe9d9 (diff)
parent2fb0507a00743b52c4e5d679639bfb6cbc8b69b6 (diff)
downloadtcl-0144762de1aef84187efa1b4f81e164dcd715eb3.zip
tcl-0144762de1aef84187efa1b4f81e164dcd715eb3.tar.gz
tcl-0144762de1aef84187efa1b4f81e164dcd715eb3.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 c42f79d..1f144b0 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -1021,6 +1021,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);