[Git][cmucl/cmucl][issue-466-c-wrapper-specfun] Fix typo
Raymond Toy pushed to branch issue-466-c-wrapper-specfun at cmucl / cmucl Commits: e2cb39cc by Raymond Toy at 2026-01-27T07:47:05-08:00 Fix typo - - - - - 1 changed file: - src/code/irrat.lisp Changes: ===================================== src/code/irrat.lisp ===================================== @@ -49,7 +49,7 @@ (string-upcase name))))) `(progn (declaim (inline ,lisp-name)) - (export ,lisp-name) + (export ',lisp-name) (alien:def-alien-routine (,c-name ,lisp-name) double-float ,@(let ((results nil)) (dotimes (i num-args (nreverse results)) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e2cb39cc083c3156b7605220... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e2cb39cc083c3156b7605220... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)