diff options
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 | ||