[Git][cmucl/cmucl][issue-242-c-call-char-result-wrong] Fix silly typo introduced in last commit

Raymond Toy (@rtoy) gitlab at common-lisp.net
Fri Jun 16 14:21:01 UTC 2023



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/f5ad7b01e50ec09ee333ecf2cfe6d1a2f0d06bb5

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f5ad7b01e50ec09ee333ecf2cfe6d1a2f0d06bb5
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230616/b58c1130/attachment.html>


More information about the cmucl-cvs mailing list