On 18 okt 2004, at 19:14, Alan Mead wrote:
> Are there a source-code directives to generate line numbers
Not directly, although although you can get the same effect by using
{$d+}
uses lineinfo;
(as long as you want the equivalent of -gl, and not of -g-l)
> and check overflows?
{$q+}
Jonas