Re: [fricas-devel] [PATCH] remove default value for $AXIOM

2019-06-26 Thread Waldek Hebisch
> > Remove those hard coded default value for $AXIOM. OK, please commit. -- Waldek Hebisch -- 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

[fricas-devel] [PATCH] remove default value for $AXIOM

2019-06-26 Thread oldk1331
Remove those hard coded default value for $AXIOM. diff --git a/src/hyper/htadd.c b/src/hyper/htadd.c index 3b4c1e6b..a63cffd1 100644 --- a/src/hyper/htadd.c +++ b/src/hyper/htadd.c @@ -211,9 +211,8 @@ if (flag & System) { SPAD = (char *) getenv("AXIOM"); if (SPAD == NULL) {