diff options
-rw-r--r-- | cmamut.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmamut.lisp b/cmamut.lisp index b0f7144..4306cbe 100644 --- a/cmamut.lisp +++ b/cmamut.lisp @@ -35,7 +35,7 @@ 'sb-alien:float) ((or (string= tag ":double") (string= tag ":long-double")) 'sb-alien:double) - ((string= tag ":unsigned-char") + ((or (string= tag ":unsigned-char") (string= tag ":_Bool")) 'sb-alien:unsigned-char) ((string= tag ":unsigned-short") 'sb-alien:unsigned-short) |