From f30be21d0b505f49cadcdb089e433d2447b11145 Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Thu, 3 Mar 2022 17:33:12 +0100 Subject: [PATCH] small revision --- examples/swank-server/lisp/swank-quicklisp.lisp | 2 +- readme.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/swank-server/lisp/swank-quicklisp.lisp b/examples/swank-server/lisp/swank-quicklisp.lisp index 5c56365..1b6580c 100644 --- a/examples/swank-server/lisp/swank-quicklisp.lisp +++ b/examples/swank-server/lisp/swank-quicklisp.lisp @@ -143,7 +143,7 @@ #+(or android ios) (progn ;; be careful not to use :s, :q in your mobile app code - ;; simulator note: wrap :s and :q in qrun* (would crash otherwise) + ;; ios simulator note: wrap :s and :q in qrun* (would crash otherwise) (define-symbol-macro :s (start-swank)) (define-symbol-macro :q (quicklisp))) diff --git a/readme.md b/readme.md index ae5dc35..6790ffe 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,6 @@ port still lacks significant parts of mobile (as of Qt6.2). TODO ---- -* add Swank server on mobile * add sokoban example * add CL REPL example * add Windows platform