about summary refs log tree commit diff stats
path: root/cxdrt.lisp
diff options
context:
space:
mode:
authorDarren Bane <darren.bane@emdalo.com>2021-01-18 09:57:31 +0000
committerDarren Bane <darren.bane@emdalo.com>2021-01-18 09:57:31 +0000
commit31a933ffe1617cf912dea58b8bb856183f7668f1 (patch)
treef8d40e324d62d4c0d45b749f87b7625b2f49898e /cxdrt.lisp
parent207cda23007f05dd954ee82511babba457465265 (diff)
downloadlsp-31a933ffe1617cf912dea58b8bb856183f7668f1.tar.gz
Commit local changes before pulling from upstream
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)