about summary refs log tree commit diff stats
path: root/cxdrt.lisp
diff options
context:
space:
mode:
authorDarren Bane <darren.bane@emdalo.com>2021-02-03 13:37:05 +0000
committerDarren Bane <darren.bane@emdalo.com>2021-02-03 13:37:05 +0000
commit7d8b2e2771e285aeac26e56feafdbf4eb155ab38 (patch)
tree942623117da0e15ddfa8191e5a0c9fb042c4c698 /cxdrt.lisp
parent9afa76a988bc71737cb167b340bd2973a7aaaa2a (diff)
parentdbb7e6694c351ea0bd78d8405e5fe852f6de04b2 (diff)
downloadlsp-7d8b2e2771e285aeac26e56feafdbf4eb155ab38.tar.gz
Merge branch 'master' of tilde.institute:public_repos/lsp
Diffstat (limited to 'cxdrt.lisp')
-rw-r--r--cxdrt.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cxdrt.lisp b/cxdrt.lisp
index 6c84657..3e95334 100644
--- a/cxdrt.lisp
+++ b/cxdrt.lisp
@@ -1,3 +1,6 @@
+;;; Depends on the "frpc" package from QuickLisp
+(ql:quickload "frpc")
+
 (defun xwrt (fname)
   (with-open-file (f fname :direction :output :if-exists :supersede :element-type '(unsigned-byte 8))
     (frpc:write-xtype :int32 f 1234)