[Git][cmucl/cmucl][issue-242-c-call-char-result-wrong] Rename unsigned_to_bool to int_to_bool

Raymond Toy (@rtoy) gitlab at common-lisp.net
Sat Jul 1 14:26:09 UTC 2023



Raymond Toy pushed to branch issue-242-c-call-char-result-wrong at cmucl / cmucl


Commits:
40f30050 by Raymond Toy at 2023-07-01T07:25:32-07:00
Rename unsigned_to_bool to int_to_bool

Forgot one place.

- - - - -


1 changed file:

- tests/issues.lisp


Changes:

=====================================
tests/issues.lisp
=====================================
@@ -1074,7 +1074,7 @@
   (flet ((fun (n)
 	   (setf test-arg n)
 	   (alien:alien-funcall
-	    (alien:extern-alien "unsigned_to_bool"
+	    (alien:extern-alien "int_to_bool"
 				(function c-call:char))))
 	 (expected (n)
 	   (if (zerop n)



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/40f300500cfe1ee912a37fd62f719814a717eb84

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/40f300500cfe1ee912a37fd62f719814a717eb84
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/20230701/a92cb8d7/attachment-0001.html>


More information about the cmucl-cvs mailing list