From 383fea4f1055f66f174112fa8b2b1211b2e687d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Thu, 2 Feb 2023 00:08:58 -0300 Subject: Use internal name in typedef'd struct references --- cmamut.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmamut.lisp b/cmamut.lisp index 55784cc..dc62a98 100644 --- a/cmamut.lisp +++ b/cmamut.lisp @@ -192,7 +192,7 @@ (json:from-string (format nil "{ \"tag\": \":struct\", \"name\": ~s }" - (gethash "name" (aref spec i))))))) + (gethash "name" internal-type)))))) (push (aref spec i) (spec-typedefs s)))) ((string= tag "struct") -- cgit v1.2.3