Fixup for compiling new table module.
This commit is contained in:
parent
3f7f1356a4
commit
3e4e8c4672
4 changed files with 7 additions and 4 deletions
|
@ -117,7 +117,7 @@
|
|||
(= (bitwise-and v (bitwise-not sgr-state-bit-mask)) 0))
|
||||
(and (pair? v)
|
||||
(fixnum? (car v))
|
||||
(= (bitwise-and v (bitwise-not sgr-state-bit-mask)) 0)
|
||||
(= (bitwise-and (car v) (bitwise-not sgr-state-bit-mask)) 0)
|
||||
(pair? (cdr v))
|
||||
(or (not (cadr v))
|
||||
(and (fixnum? (cadr v))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue