From: Yukihiro Matsumoto Date: 2004-10-27T09:33:54+09:00 Subject: Re: Errors in line numbers reported? Hi, In message "Re: Errors in line numbers reported?" on Wed, 27 Oct 2004 00:57:11 +0900, nobu.nokada@softhome.net writes: |> The file is 11,756 lines (down from 22,000). | |Well, 2,097,151 lines are enough? Interesting solution. I'm thinking of another fix; the following flags have no use for nodes: FL_TAINT FL_EXTIVAR FL_FREEZE and possibly FL_FINALIZE. So we can use 3 (or 4) more bits to represent line numbers, thus allowing 65535 (or 131071) lines maximum. matz.