aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2016-07-01 09:04:34 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2016-07-01 09:04:34 -0300
commit81f7263ac1274aa604c154a199c70a54909de6e0 (patch)
treeb9ceda6126bb8499f48df5717ddb5fbf48e04eee /lpvm.h
parentcd49543a32d6dc0834f5b9f8cb0be9668d9a2c60 (diff)
downloadlpeglabel-81f7263ac1274aa604c154a199c70a54909de6e0.tar.gz
lpeglabel-81f7263ac1274aa604c154a199c70a54909de6e0.tar.bz2
lpeglabel-81f7263ac1274aa604c154a199c70a54909de6e0.zip
Changing the LPegLabel to support up to 255 labels
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