mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +02:00
* Added warning about thread-safety
git-svn-id: trunk@14172 -
This commit is contained in:
parent
bcca902839
commit
8bfab6d4c2
@ -56,6 +56,7 @@ type
|
||||
|
||||
{ We use static variable so almost no stack is required, and is thus
|
||||
more safe when an error has occured in the program }
|
||||
{$WARNING This code is not thread-safe, and needs improvement }
|
||||
var
|
||||
e : TExeFile;
|
||||
staberr : boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user