aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-28 21:30:43 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-28 21:30:43 -0700
commit1a8095c6d774e3448f6afa1aeec2bc79c5bb545e (patch)
tree31e6a146c9384321dd949f4e51b6e315a08f087a /types.h
parent90b8db84a48ca9ea1311abd202a546a4f697f4e6 (diff)
Starting to add better error messages
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 21ed0e7..da1ce40 100644
--- a/types.h
+++ b/types.h
@@ -48,7 +48,7 @@ typedef struct vm_op_s {
union {
const char *s;
struct {
- char low, high;
+ unsigned char low, high;
} range;
struct {
ssize_t min, max;