[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:53:29 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 13a00bf6887575d81dc1eaff681255f076360347
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date: Fri Feb 24 11:24:07 2012 +0100
fix: allow assignment def=def (for "undefinig" list entries)
diff --git a/Singular/table.h b/Singular/table.h
index 82f0890..899a973 100644
--- a/Singular/table.h
+++ b/Singular/table.h
@@ -1181,6 +1181,7 @@ struct sValAssign dAssign[]=
,{D(jiA_LINK), LINK_CMD, STRING_CMD }
,{D(jiA_LINK), LINK_CMD, LINK_CMD }
,{D(jiA_PACKAGE), PACKAGE_CMD, PACKAGE_CMD }
+,{D(jiA_DEF), DEF_CMD, DEF_CMD }
,{NULL, 0, 0 }
};
struct sValAssign_sys dAssign_sys[]=
--
an open source computer algebra system
More information about the debian-science-commits
mailing list