summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2012-04-24 08:55:55 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2012-04-24 08:55:55 (GMT)
commit2bdcdde30821f6bb73b6d07fb45a7845148ff5bb (patch)
tree06aec4c10110301564a8a95d3a5080f61c8f5513 /generic/tclAssembly.c
parente558a67aff6d71e40e64a1b49f23341e53062bc4 (diff)
parentd012867f96635ea806864b177bc8aa3b2e2ca295 (diff)
downloadtcl-2bdcdde30821f6bb73b6d07fb45a7845148ff5bb.zip
tcl-2bdcdde30821f6bb73b6d07fb45a7845148ff5bb.tar.gz
tcl-2bdcdde30821f6bb73b6d07fb45a7845148ff5bb.tar.bz2
merge trunk
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 5b32ab0..02144a1 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -492,7 +492,7 @@ TalInstDesc TalInstructionTable[] = {
* The instructions must be in ascending order by numeric operation code.
*/
-static unsigned char NonThrowingByteCodes[] = {
+static const unsigned char NonThrowingByteCodes[] = {
INST_PUSH1, INST_PUSH4, INST_POP, INST_DUP, /* 1-4 */
INST_JUMP1, INST_JUMP4, /* 34-35 */
INST_END_CATCH, INST_PUSH_RESULT, INST_PUSH_RETURN_CODE, /* 70-72 */