From: Florian Gross Date: 2004-10-26T23:34:05+09:00 Subject: Re: Errors in line numbers reported? ts wrote: >>>>>>"M" == Markus writes: > M> I have a patch (attached). It removes the 8k line limit on error > M> tracking but increases the size of the RNODE to 36 bytes (if I calculate > M> correctly) from the easier to align 32 bytes. > > The game is to not change the size of R struct What about using the first 4 bytes of nd_file for storing the line number? Would this indirection be too slow?