changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/sys/sbcl/wrapper.lisp

changeset 698: 96958d3eb5b0
parent: 255000153a76
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 (define-alien-callable lisp-version c-string ()
2  (make-alien-string (lisp-implementation-version)))
3 
4 (sb-ext:save-lisp-and-die "alien.core" :callable-exports '("lisp_version"))
5