From 0476d60007ec6693fd9643f6c92aa3adb9fde8d7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 24 Apr 2023 17:44:05 -0300 Subject: Smaller encoding for charsets in code --- lpvm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lpvm.h') diff --git a/lpvm.h b/lpvm.h index c02e943..86114e0 100644 --- a/lpvm.h +++ b/lpvm.h @@ -7,8 +7,8 @@ /* ** About Character sets in instructions: a set is a bit map with an -** initial offset, in bits, and a size, in number of instructions. If -** aux1 is one, set is inverted (bit == 1 means char is not in set). +** initial offset, in bits, and a size, in number of instructions. +** aux1 has the default value for the bits outsize that range. */ -- cgit v1.2.3-55-g6feb