This clears up the seg-fault with "[a]*[3]" I think.
diff -r -u genius-0.4.3/src/eval.c genius-0.4.3-new/src/eval.c
--- genius-0.4.3/src/eval.c Mon May 24 21:20:44 1999
+++ genius-0.4.3-new/src/eval.c Thu May 27 02:22:39 1999
@@ -2426,7 +2426,8 @@
n->op.args = g_list_append(NULL,copynode(arg[0]));
n->op.args = g_list_append(n->op.args,copynode(arg[1]));
n->op.nargs = 2;
- mpw_clear(res);
+ /* XXX: not init'd */
+ /* mpw_clear(res); */
return n;
}
}
Received on Thu May 27 1999 - 00:18:57 CDT
This archive was generated by hypermail 2.2.0 : Sun Apr 17 2011 - 21:00:02 CDT