Re: fcode()

2001-05-29 Thread Andre Poenitz
> > in mathed/math_iter.C > > With or without mathed78.diff ? Without. Actually, it should not matter since mathed78.diff does not touch the relevant area at all. But it is not really crucial. I have thrown out this fcode_ variable in my local tree already, so if it break something, it has to b

Re: fcode()

2001-05-29 Thread Dekel Tsur
On Tue, May 29, 2001 at 01:51:16PM +0200, Andre Poenitz wrote: > Could anyone please check if there are any user visible changes if > > short MathedIter::fcode() const > { > return fcode_; > } > > is replaced by > > s

fcode()

2001-05-29 Thread Andre Poenitz
Could anyone please check if there are any user visible changes if short MathedIter::fcode() const { return fcode_; } is replaced by short MathedIter::fcode() const { return -1; } in mathed/math_iter.C Thank