On Thu, 14 Apr 2005, Hartmut Henkel wrote:
> zmem := yzmem - mem_min; {this pointer arithmetic fails with some compilers}
There are two places like this, also in tex.ch, around:
zmem := yzmem - mem_bot; {Some compilers require |mem_bot=0|}
Regards, Hartmut