зеркало из https://github.com/mozilla/pjs.git
A few conditionals for CLisp
This commit is contained in:
Родитель
8ae7afa4a0
Коммит
8e906443d5
|
@ -40,6 +40,13 @@
|
|||
#+allegro (shadow 'type)
|
||||
#+lispworks (shadow 'define-action)
|
||||
#+lispworks (shadow 'type)
|
||||
#+clisp (progn
|
||||
(setf (ext:package-lock "SYSTEM") nil)
|
||||
(setf (ext:package-lock "COMMON-LISP") nil)
|
||||
(setf (ext:package-lock "CLOS") nil))
|
||||
|
||||
(setq *read-default-float-format* 'double-float)
|
||||
|
||||
|
||||
(defparameter *semantic-engine-filenames*
|
||||
'("Utilities" "Markup" "RTF" "HTML" "GrammarSymbol" "Grammar" "Parser" "Metaparser" "Lexer" "Calculus" "CalculusMarkup"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче