Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Karsten Poeck
ansi-test
Commits
f8352d96
Commit
f8352d96
authored
Dec 15, 2008
by
ehuelsmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change function names used in DEFUN.6 and DEFUN.7: they re-used the same name as DEFUN.5.
parent
2bf5271f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ansi-tests/defun.lsp
ansi-tests/defun.lsp
+4
-4
No files found.
ansi-tests/defun.lsp
View file @
f8352d96
...
...
@@ -57,20 +57,20 @@
(let ((x 1))
(declare (special x))
(let ((x 2))
(defun defun-test-fun-
5
(&optional (y x))
(defun defun-test-fun-
6
(&optional (y x))
(declare (special x))
(values y x))
(defun-test-fun-
5
)))
(defun-test-fun-
6
)))
2 1)
(deftest defun.7
(let ((x 1))
(declare (special x))
(let ((x 2))
(defun defun-test-fun-
5
(&key (y x))
(defun defun-test-fun-
7
(&key (y x))
(declare (special x))
(values y x))
(defun-test-fun-
5
)))
(defun-test-fun-
7
)))
2 1)
;; Documentation
...
...
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