diff options
author | Darren Bane <dbane@tilde.institute> | 2020-11-19 00:19:59 +0000 |
---|---|---|
committer | Darren Bane <dbane@tilde.institute> | 2020-11-19 00:19:59 +0000 |
commit | 76105d297c5b56cf097bcf129e6de56d681744cc (patch) | |
tree | e8e5e133384b9b52890ea5f09ed73afb72f37a50 | |
parent | 6e7cdcd4280f5330229ec9c943b9caf090846452 (diff) | |
download | lsp-76105d297c5b56cf097bcf129e6de56d681744cc.tar.gz |
Minor changes
-rwxr-xr-x | echo.lsp | 2 | ||||
-rw-r--r-- | xdr.lsp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/echo.lsp b/echo.lsp index 20b5e7e..1fb1c89 100755 --- a/echo.lsp +++ b/echo.lsp @@ -1,4 +1,4 @@ -#!/home/dbane/openlisp-10.9.0/uxlisp -shell +#!/home/dbane/openlisp-11.0.0/uxlisp -shell (require "json") (defpackage #:echo (:use #:openlisp #:json) diff --git a/xdr.lsp b/xdr.lsp index ee1b2a7..b3cf1ad 100644 --- a/xdr.lsp +++ b/xdr.lsp @@ -1,4 +1,4 @@ -;;; Use (a subset of) CL and the xpc part of the "frpc" package from QuickLisp instead. +;;; Use (a subset of) CL and the xpc part of the "frpc" package from QuickLisp instead? (require "olunit") (defpackage #:xdr |