[fpc-pascal] -gl -Co as compiler directives?

Alan Mead cubrewer at yahoo.com
Mon Oct 18 21:50:13 CEST 2004


Thanks!

However, lininfo doesn't seem to be working in 1.9.4 (it seems to be
included but it does not duplicate the behavior of -gl in that line
numbers are NOT shown when there is an exception).

Is this maybe a more recent addition?  Or am I confused?

Thanks again.

-Alan

--- Jonas Maebe <jonas at zeus.ugent.be> wrote:

> 
> 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
> 
> 
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> 





More information about the fpc-pascal mailing list