mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
LISP-IMPLEMENTATION-VCS-ID must be prefixed with EXT: in config.lsp.in
This commit is contained in:
parent
9799755006
commit
fedbd5dec6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Returns, as a string, the location of the machine on which ECL runs."
|
|||
Returns the version of your ECL as a string."
|
||||
"@PACKAGE_VERSION@")
|
||||
|
||||
(defun lisp-implementation-vcs-id ()
|
||||
(defun ext:lisp-implementation-vcs-id ()
|
||||
#.si::+commit-id+)
|
||||
|
||||
(defun machine-type ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue