Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Karsten Poeck
ansi-test
Commits
84ff4fb8
Commit
84ff4fb8
authored
Oct 29, 2003
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suppress compiler messages in cmucl, gcl. Forgot to load stable-sort.lsp.
parent
eb62f000
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
ansi-tests/gclload1.lsp
ansi-tests/gclload1.lsp
+11
-0
No files found.
ansi-tests/gclload1.lsp
View file @
84ff4fb8
#+:ecl (si::package-lock (find-package "COMMON-LISP") nil)
#+:ecl (si::package-lock (find-package "COMMON-LISP") nil)
(load "compile-and-load.lsp")
(load "compile-and-load.lsp")
(load "rt-package.lsp")
(load "rt-package.lsp")
(compile-and-load "rt.lsp")
(compile-and-load "rt.lsp")
...
@@ -16,3 +17,13 @@
...
@@ -16,3 +17,13 @@
(load "cl-symbol-names.lsp")
(load "cl-symbol-names.lsp")
(load "notes.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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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