ソースを参照

* Added warning about thread-safety

git-svn-id: trunk@14172 -
michael 16 年 前
コミット
8bfab6d4c2
1 ファイル変更1 行追加0 行削除
  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;