aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpvm.h')
-rw-r--r--lpvm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lpvm.h b/lpvm.h
index cec9f5a..3e006d3 100644
--- a/lpvm.h
+++ b/lpvm.h
@@ -47,7 +47,6 @@ typedef union Instruction {
47 short key; 47 short key;
48 } i; 48 } i;
49 int offset; 49 int offset;
50 Labelset labels; /* labeled failure */
51 byte buff[1]; 50 byte buff[1];
52} Instruction; 51} Instruction;
53 52