Raymond Toy pushed to branch issue-466-c-wrapper-specfun at cmucl / cmucl Commits: c55685ee by Raymond Toy at 2026-01-27T07:42:55-08:00 Finish reversion of single-float changes Remove the parens in the export in def-math-rtn. This returns us to what was there originally instead of being gratuitously different. - - - - - 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/c55685eeac58664c350a026f... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c55685eeac58664c350a026f... You're receiving this email because of your account on gitlab.common-lisp.net.