index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vmop.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'vmop.h')
-rw-r--r--
vmop.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmop.h b/vmop.h
index 48bfa903..cb2f41af 100644
--- a/
vmop.h
+++ b/
vmop.h
@@ -66,4 +66,6 @@ typedef enum vm_op {
SETL1 = 37,
BINDV = 38,
CLOSE = 39,
+ GETLX = 40,
+ SETLX = 41,
} vm_op_t;