summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-02 00:08:58 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-02 00:08:58 -0300
commit383fea4f1055f66f174112fa8b2b1211b2e687d7 (patch)
tree1d164b54d3aebf7b327cd5b3224dbff257ec2d83
parente27b74c9e6610527293cf10e1a4f5565b7736f10 (diff)
downloadcmamut-383fea4f1055f66f174112fa8b2b1211b2e687d7.tar.gz
cmamut-383fea4f1055f66f174112fa8b2b1211b2e687d7.zip
Use internal name in typedef'd struct references
-rw-r--r--cmamut.lisp2
1 files changed, 1 insertions, 1 deletions
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")