Преглед на файлове

* Added warning about thread-safety

git-svn-id: trunk@14169 -
michael преди 16 години
родител
ревизия
3e9b6151ee
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      rtl/inc/lnfodwrf.pp

+ 2 - 1
rtl/inc/lnfodwrf.pp

@@ -35,7 +35,6 @@ uses
 { Current issues:
 
   - ignores DW_LNS_SET_FILE
-  - slow
 }
 
 {$MACRO ON}
@@ -55,6 +54,8 @@ type
 
 const
   EBUF_SIZE = 100;
+  
+{$WARNING This code is not thread-safe, and needs improvement}  
 var
   { the input file to read DWARF debug info from, i.e. paramstr(0) }
   e : TExeFile;