Hi, attached a patch to fix a recent typo.
(please pardon me if it is not correct to report/fix recent changes)
diff -ur snd-15~/s7.c snd-15/s7.c
--- snd-15~/s7.c 2015-03-18 22:57:54.000000000 +0100
+++ snd-15/s7.c 2015-03-20 11:25:37.816183045 +0100
@@ -17380,7 +17380,7 @@
s7_pointer x;
NEW_CELL(sc, x, T_BIG_REAL);
- add_bigreal(x);
+ add_bigreal(sc, x);
mpfr_init(big_real(x));
mpc_real(big_real(x), big_complex(p), GMP_RNDN);
@@ -17426,7 +17426,7 @@
{
s7_pointer x;
NEW_CELL(sc, x, T_BIG_REAL);
- add_bigreal(x);
+ add_bigreal(sc, x);
mpfr_init(big_real(x));
mpc_imag(big_real(x), big_complex(p), GMP_RNDN);
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist