mathed33.diff

2001-02-20 Thread Andre Poenitz
This one is a bit fishy. It changes pointers to references all over the place but it is "unfinished" on "both ends": MathIter still works with a MathedArray * and mathed_parse returns MathedArray *. I tried to do it in one big sweep but failed. This should be as nice as an intermediate version

Re: mathed33.diff

2001-02-20 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | This one is a bit fishy. It changes pointers to references all over the | place but it is "unfinished" on "both ends": MathIter still works with a | MathedArray * and mathed_parse returns MathedArray *. | | I tried to do it in one big sweep but failed.

mathed33.diff

2001-02-20 Thread Andre Poenitz
This one is a bit fishy. It changes pointers to references all over the place but it is "unfinished" on "both ends": MathIter still works with a MathedArray * and mathed_parse returns MathedArray *. I tried to do it in one big sweep but failed. This should be as nice as an intermediate version

Re: mathed33.diff

2001-02-20 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | This one is a bit fishy. It changes pointers to references all over the | place but it is "unfinished" on "both ends": MathIter still works with a | MathedArray * and mathed_parse returns MathedArray *. | | I tried to do it in one big sweep but