PDA

View Full Version : Obsolete directive



cragwolf
18-10-2006, 10:04 PM
In jedi-sdl.inc (in the 1.0 (beta) and, as far as I can tell, in the CVS repository), we have the following global directive for the FPC compiler:


{$THREADING on}

This directive is obsolete, and has been since v1.9.8 (threading is now on by default). This is why one gets the following error message...


Warning: Illegal compiler directive "$THREADING"

...when one compiles JEDI-SDL programs with newer versions of FPC. Can we please remove the directive if it's still there?

savage
19-10-2006, 10:55 AM
Thanks for the heads up, will do that tonight and check it in.

savage
26-11-2006, 12:29 AM
This change has finally been checked into CVS