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 Fix silly typo introduced in last commit
- - - - -
1 changed file:
- src/code/alieneval.lisp
Changes:
===================================== src/code/alieneval.lisp ===================================== @@ -173,7 +173,7 @@ ;; ;; Method that accepts the alien type and the alien value. The ;; method converts the alien value into an appropriate lisp value. - (naturalize-gen nil :type (or null function) + (naturalize-gen nil :type (or null function)) (deport-gen nil :type (or null function)) ;; Cast? (arg-tn nil :type (or null function))
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f5ad7b01e50ec09ee333ecf2...