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
Karsten Poeck
ansi-test
Commits
5a6db6b2
Commit
5a6db6b2
authored
Apr 26, 2003
by
pfdietz
Browse files
Fixed problem identified by GM.
parent
ae129d52
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/compile.lsp
View file @
5a6db6b2
...
...
@@ -9,7 +9,7 @@
(progn
(fmakunbound 'compile.1-fn)
(values
(defun compile.1-fn (x) x)
(eval '
(defun compile.1-fn (x) x)
)
(compiled-function-p 'compile.1-fn)
(let ((x (compile 'compile.1-fn)))
(or (eqt x 'compile.1-fn)
...
...
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