Revision: 2629
http://sourceforge.net/p/fricas/code/2629
Author: whebisch
Date: 2020-03-03 19:38:13 +0000 (Tue, 03 Mar 2020)
Log Message:
-----------
Initialize variable
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/interp/i-eval.boot
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2020-03-02 16:40:30 UTC (rev 2628)
+++ trunk/ChangeLog 2020-03-03 19:38:13 UTC (rev 2629)
@@ -1,3 +1,7 @@
+2020-03-03 Waldek Hebisch <
heb...@math.uni.wroc.pl>
+
+ * src/interp/i-eval.boot: Initialize variable
+
2020-03-02 Waldek Hebisch <
heb...@math.uni.wroc.pl>
* src/algebra/formula.spad, src/algebra/mathml.spad,
Modified: trunk/src/interp/i-eval.boot
===================================================================
--- trunk/src/interp/i-eval.boot 2020-03-02 16:40:30 UTC (rev 2628)
+++ trunk/src/interp/i-eval.boot 2020-03-03 19:38:13 UTC (rev 2629)
@@ -31,6 +31,9 @@
)package "BOOT"
+-- Initialize for use in msgdb
+$genValue := false
+
--% Constructor Evaluation
-- For use from compiled code
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.