summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-12-07 16:02:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-12-07 16:02:44 (GMT)
commit2f178f93ab97418ebc734320d8c9e2b309906bba (patch)
treed8d55c61bd615b0247e418a73cdaa3e948f4ef42 /generic/tclAssembly.c
parentbd382d87b3fcb20a757fe65c591c31f0d9f30465 (diff)
parentcf333de0987ad12a325909be7ae372f50d2d28a1 (diff)
downloadtcl-2f178f93ab97418ebc734320d8c9e2b309906bba.zip
tcl-2f178f93ab97418ebc734320d8c9e2b309906bba.tar.gz
tcl-2f178f93ab97418ebc734320d8c9e2b309906bba.tar.bz2
merge 8.6
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r--generic/tclAssembly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c
index 2f8ab29..94cb53c 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -840,7 +840,7 @@ CompileAssembleObj(
Interp *iPtr = (Interp *) interp;
/* Internals of the interpreter */
CompileEnv compEnv; /* Compilation environment structure */
- register ByteCode *codePtr = NULL;
+ ByteCode *codePtr = NULL;
/* Bytecode resulting from the assembly */
Namespace* namespacePtr; /* Namespace in which variable and command
* names in the bytecode resolve */