Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
bee13cc5
Commit
bee13cc5
authored
Aug 13, 2020
by
Marius Gerbershagen
Browse files
allow loading of tests with the bytecompiler for ECL
parent
37987686
Changes
1
Hide whitespace changes
Inline
Side-by-side
gclload1.lsp
View file @
bee13cc5
#+ecl (si::package-lock (find-package "COMMON-LISP") nil)
#+
ecl (compile nil '(lambda () nil)
)
#+
ecl
(setq c:*suppress-compiler-warnings* t
c:*suppress-compiler-notes* t
c:*suppress-compiler-messages* t)
#+
(and ecl (not ecl-bytecmp)) (require :cmp
)
#+
(and ecl (not ecl-bytecmp))
(setq c:*suppress-compiler-warnings* t
c:*suppress-compiler-notes* t
c:*suppress-compiler-messages* t)
#+:armedbear (require 'pprint)
#+cmu
(progn
...
...
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