aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-04-24 17:44:05 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-04-24 17:44:05 -0300
commit0476d60007ec6693fd9643f6c92aa3adb9fde8d7 (patch)
tree7f2e00409650eecd2f64dd76b82b3f9387be6927 /lpvm.h
parentf8e9bc1c721a0802b2260f48ced72c7e04d7b1ef (diff)
downloadlpeg-0476d60007ec6693fd9643f6c92aa3adb9fde8d7.tar.gz
lpeg-0476d60007ec6693fd9643f6c92aa3adb9fde8d7.tar.bz2
lpeg-0476d60007ec6693fd9643f6c92aa3adb9fde8d7.zip
Smaller encoding for charsets in code
Diffstat (limited to 'lpvm.h')
-rw-r--r--lpvm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lpvm.h b/lpvm.h
index c02e943..86114e0 100644
--- a/lpvm.h
+++ b/lpvm.h
@@ -7,8 +7,8 @@
7 7
8/* 8/*
9** About Character sets in instructions: a set is a bit map with an 9** About Character sets in instructions: a set is a bit map with an
10** initial offset, in bits, and a size, in number of instructions. If 10** initial offset, in bits, and a size, in number of instructions.
11** aux1 is one, set is inverted (bit == 1 means char is not in set). 11** aux1 has the default value for the bits outsize that range.
12*/ 12*/
13 13
14 14