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 > > short MathedIter::fcode() const > { > return -1; > } > > > in mathed/math_iter.C > With or without mathed78.diff ?
- fcode() Andre Poenitz
- Re: fcode() Dekel Tsur
- Re: fcode() Andre Poenitz