فهرست منبع

* remove uses strings, strlen/strpas are in system unit

git-svn-id: trunk@9826 -
peter 17 سال پیش
والد
کامیت
37e509f290
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      rtl/unix/unix.pp

+ 4 - 2
rtl/unix/unix.pp

@@ -151,8 +151,10 @@ procedure SigRaise (sig:integer); deprecated;
 
 
 Implementation
 Implementation
 
 
-Uses UnixUtil,  // tzseconds
-     Strings {$ifndef FPC_USE_LIBC},Syscall{$endif};
+Uses 
+  UnixUtil  // tzseconds
+  {$ifndef FPC_USE_LIBC},Syscall{$endif}
+  ;
 
 
 {$i unxovl.inc}
 {$i unxovl.inc}