Commit 9c5656ca "Add Lisp version to FriCAS banner" causes
ECL fails to build FriCAS, because the ECL part of the code
is not modified.
- Qian
diff --git a/src/interp/util.lisp b/src/interp/util.lisp
index 400a2b94..4091e2a4 100644
--- a/src/interp/util.lisp
+++ b/src/interp/util.lisp
@@ -189,7 +189,8 @@ After this function is called the image is clean and
can be saved.
'("util.o")
load-files))
(let ((initforms nil))
- (dolist (el '(|$build_date| |$build_version|
|$createLocalLibDb|))
+ (dolist (el '(|$build_date| |$build_version|
+ |$lisp_id_string| |$createLocalLibDb|))
(if (boundp el)
(push (list 'defparameter el (symbol-value el))
initforms)))
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/f76e6c64-3426-4fd0-ab14-87cfc714e096%40gmail.com.