From b31f8f03a3148b0a158cb7fe838e9474ab097ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sun, 12 Mar 2023 15:44:52 -0300 Subject: Add _Bool type --- cmamut.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmamut.lisp') 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) -- cgit v1.2.3