revisions

This commit is contained in:
pls.153 2022-12-10 17:34:31 +01:00
parent 9073f1881d
commit 709352ba2b
2 changed files with 1 additions and 7 deletions

View file

@ -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