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
cl-bench
Commits
689d84a4
Commit
689d84a4
authored
Feb 13, 2016
by
Daniel Kochmański
Browse files
tests: fix defconstant for interpreted run
parent
61e96935
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/hash.lisp
View file @
689d84a4
...
...
@@ -21,7 +21,7 @@
(
eval-when
(
:compile-toplevel
:load-toplevel
)
(
eval-when
(
:compile-toplevel
:load-toplevel
:execute
)
(
defconstant
+digit+
"0123456789ABCDEF"
)
(
defconstant
+digits-needed+
...
...
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