summaryrefslogtreecommitdiff
path: root/utils.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2023-01-16 00:30:57 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2023-01-16 00:30:57 -0300
commita8b56704b52488f2865387d8cded8e5f13cdf919 (patch)
treeb1fec64d8727e9f4692246702de3767435f7eaae /utils.asd
parent42014cb6d5706f80d47ac2dbab7353ce832ee1e1 (diff)
downloadutils-a8b56704b52488f2865387d8cded8e5f13cdf919.tar.gz
utils-a8b56704b52488f2865387d8cded8e5f13cdf919.zip
Add alien call similar to what chezscheme has
Diffstat (limited to 'utils.asd')
-rw-r--r--utils.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.asd b/utils.asd
index a810c67..bd97c0c 100644
--- a/utils.asd
+++ b/utils.asd
@@ -3,5 +3,6 @@
:components
((:file "package")
(:file "queue")
+ (:file "alien")
(:file "print")
(:file "str")))