aboutsummaryrefslogtreecommitdiff
path: root/ljumptab.h
diff options
context:
space:
mode:
Diffstat (limited to 'ljumptab.h')
-rw-r--r--ljumptab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ljumptab.h b/ljumptab.h
index 0edd79d5..8306f250 100644
--- a/ljumptab.h
+++ b/ljumptab.h
@@ -16,7 +16,7 @@
16#define vmbreak vmfetch(); vmdispatch(GET_OPCODE(i)); 16#define vmbreak vmfetch(); vmdispatch(GET_OPCODE(i));
17 17
18 18
19static void *disptab[NUM_OPCODES] = { 19static const void *const disptab[NUM_OPCODES] = {
20 20
21#if 0 21#if 0
22** you can update the following list with this command: 22** you can update the following list with this command: