small revision

This commit is contained in:
pls.153 2022-03-03 17:33:12 +01:00
parent e03a0b81ad
commit f30be21d0b
2 changed files with 1 additions and 2 deletions

View file

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