<joerg-cyril.hoe...@t-systems.com> writes: > To achieve this, we eliminate the tail call and turn it into a loop, > which allows us to preserve the local state in the variable "last".
Please do this as a proper loop, not with a goto. -- Alexandre Julliard julli...@winehq.org