From 709352ba2b0a640a95cc2eadf06684196abcde0a Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Sat, 10 Dec 2022 17:34:31 +0100 Subject: [PATCH] revisions --- examples/cl-repl/lisp/swank-quicklisp.lisp | 6 ------ examples/cl-repl/platforms/android/AndroidManifest.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/cl-repl/lisp/swank-quicklisp.lisp b/examples/cl-repl/lisp/swank-quicklisp.lisp index ec0947c..94b0699 100644 --- a/examples/cl-repl/lisp/swank-quicklisp.lisp +++ b/examples/cl-repl/lisp/swank-quicklisp.lisp @@ -62,12 +62,6 @@ (funcall (%sym 'stop-server :swank) port) :stopped)) -(progn - ;; be careful not to use :s, :q in your mobile app code - ;; ios simulator note: wrap :s and :q in qrun* (would crash otherwise) - (define-symbol-macro :s (start-swank)) - (define-symbol-macro :q (quicklisp))) - (export (list 'start-swank 'stop-swank diff --git a/examples/cl-repl/platforms/android/AndroidManifest.xml b/examples/cl-repl/platforms/android/AndroidManifest.xml index ceb9694..c68687a 100644 --- a/examples/cl-repl/platforms/android/AndroidManifest.xml +++ b/examples/cl-repl/platforms/android/AndroidManifest.xml @@ -12,7 +12,7 @@ - +