Browse Source

* Added warning about thread-safety

git-svn-id: trunk@14172 -
michael 15 years ago
parent
commit
8bfab6d4c2
1 changed files with 1 additions and 0 deletions
  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;