From a8b56704b52488f2865387d8cded8e5f13cdf919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 16 Jan 2023 00:30:57 -0300 Subject: Add alien call similar to what chezscheme has --- utils.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'utils.asd') 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"))) -- cgit v1.2.3