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
ecl
ecl
Commits
56a914b2
Commit
56a914b2
authored
Mar 20, 2021
by
Marius Gerbershagen
Browse files
cmp: give more precise types for constant values
Improves error messages.
parent
b1ea49e1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/cmp/cmpct.lsp
View file @
56a914b2
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
(
c1constant-value/sse
val
))
(
c1constant-value/sse
val
))
(
only-small-values
nil
)
(
only-small-values
nil
)
(
always
(
always
(
make-c1form*
'LOCATION
:type
(
object-type
val
)
(
make-c1form*
'LOCATION
:type
`
(
eql
,
val
)
:args
(
add-object
val
)))
:args
(
add-object
val
)))
(
t
nil
)))
(
t
nil
)))
...
...
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