Kaynağa Gözat

* Added warning about thread-safety

git-svn-id: trunk@14172 -
michael 16 yıl önce
ebeveyn
işleme
8bfab6d4c2
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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
 { We use static variable so almost no stack is required, and is thus
   more safe when an error has occured in the program }
   more safe when an error has occured in the program }
+{$WARNING This code is not thread-safe, and needs improvement }  
 var
 var
   e          : TExeFile;
   e          : TExeFile;
   staberr    : boolean;
   staberr    : boolean;