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
d94c2f5c
Commit
d94c2f5c
authored
Oct 07, 2004
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed sb-c:insert-step-conditions declaration for SBCL, which is no longer necessary
parent
804820bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ansi-tests/random-int-form.lsp
ansi-tests/random-int-form.lsp
+1
-1
No files found.
ansi-tests/random-int-form.lsp
View file @
d94c2f5c
...
...
@@ -208,7 +208,7 @@
(defun make-random-optimize-settings ()
(loop for settings = (list*
(list 'speed (random 4))
#+sbcl '(sb-c:insert-step-conditions 0)
;
#+sbcl '(sb-c:insert-step-conditions 0)
(loop for s in '(space safety debug compilation-speed)
for n = (random 4)
collect (list s n)))
...
...
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