From: Yukihiro Matsumoto Date: 2004-10-26T12:00:03+09:00 Subject: Re: Errors in line numbers reported? Hi, In message "Re: Errors in line numbers reported?" on Tue, 26 Oct 2004 11:27:59 +0900, Hal Fulton writes: |> Send me, unless the source file is larger than 8191 lines. |> It's implementation restriction. | |Is there a workaround -- perhaps the line reported is |real_line mod 8192? In that case I could just add 8K |once or twice... It should be. It is a bad restriction. I should have fix that. But I couldn't think of the way to fix the problem without hindering performance. matz.