Explorar el Código

Add tag for booleans for completeness

Lucas Stadler %!s(int64=8) %!d(string=hace) años
padre
commit
ad4c74002c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      scm/inc/driver.c

+ 1 - 0
scm/inc/driver.c

@ -11,6 +11,7 @@
11 11
#define char_shift 8
12 12
13 13
#define boolean_mask  96 // 1100000
14
#define boolean_tag   31 // 0011111
14 15
#define boolean_shift 7
15 16
16 17
#define empty_list   47 // 00101111