This commit is contained in:
waldemar%netscape.com 2002-10-29 01:12:45 +00:00
Родитель 8ae7afa4a0
Коммит 8e906443d5
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,13 @@
#+allegro (shadow 'type) #+allegro (shadow 'type)
#+lispworks (shadow 'define-action) #+lispworks (shadow 'define-action)
#+lispworks (shadow 'type) #+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* (defparameter *semantic-engine-filenames*
'("Utilities" "Markup" "RTF" "HTML" "GrammarSymbol" "Grammar" "Parser" "Metaparser" "Lexer" "Calculus" "CalculusMarkup")) '("Utilities" "Markup" "RTF" "HTML" "GrammarSymbol" "Grammar" "Parser" "Metaparser" "Lexer" "Calculus" "CalculusMarkup"))