Explorar o código

* Added warning about thread-safety

git-svn-id: trunk@14172 -
michael %!s(int64=16) %!d(string=hai) anos
pai
achega
8bfab6d4c2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      rtl/inc/lineinfo.pp

+ 1 - 0
rtl/inc/lineinfo.pp

@@ -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;