diff options
-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 4c788e6..b299eab 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 |