Raymond Toy pushed to branch issue-242-c-call-char-result-wrong at cmucl / cmucl
Commits:
-
f5ad7b01
by Raymond Toy at 2023-06-16T07:20:26-07:00
1 changed file:
Changes:
... | ... | @@ -173,7 +173,7 @@ |
173 | 173 | ;;
|
174 | 174 | ;; Method that accepts the alien type and the alien value. The
|
175 | 175 | ;; method converts the alien value into an appropriate lisp value.
|
176 | - (naturalize-gen nil :type (or null function)
|
|
176 | + (naturalize-gen nil :type (or null function))
|
|
177 | 177 | (deport-gen nil :type (or null function))
|
178 | 178 | ;; Cast?
|
179 | 179 | (arg-tn nil :type (or null function))
|