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
Karsten Poeck
ansi-test
Commits
157c6a0a
Commit
157c6a0a
authored
Feb 10, 2003
by
pfdietz
Browse files
Fixed bug in COMPILE.1
parent
628bce31
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/compile.lsp
View file @
157c6a0a
...
...
@@ -11,13 +11,15 @@
(values
(defun compile.1-fn (x) x)
(compiled-function-p 'compile.1-fn)
(compile 'compile.1-fn)
(let ((x (compile 'compile.1-fn)))
(or (eqt x 'compile.1-fn)
(notnot (compiled-function-p x))))
(compiled-function-p 'compile.1-fn)
(not (compiled-function-p #'compile.1-fn))
(fmakunbound 'compile.1-fn)))
compile.1-fn
nil
compile.1-fn
t
nil
nil
compile.1-fn)
...
...
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