Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansi-test
ansi-test
Commits
84ff4fb8
Commit
84ff4fb8
authored
Oct 29, 2003
by
pfdietz
Browse files
Suppress compiler messages in cmucl, gcl. Forgot to load stable-sort.lsp.
parent
eb62f000
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/gclload1.lsp
View file @
84ff4fb8
#+:ecl (si::package-lock (find-package "COMMON-LISP") nil)
(load "compile-and-load.lsp")
(load "rt-package.lsp")
(compile-and-load "rt.lsp")
...
...
@@ -16,3 +17,13 @@
(load "cl-symbol-names.lsp")
(load "notes.lsp")
#+cmu (setq *compile-verbose* nil *compile-print* nil
ext:*gc-verbose* nil)
#+gcl (setq compiler:*suppress-compiler-notes* t
compiler:*suppress-compiler-warnings* t
*compile-verbose* nil
*compile-print* nil
compiler:*compile-verbose* nil
compiler:*compile-print* nil
*load-verbose* nil)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment