Преглед изворни кода

* corrected tiny problem in define

carl пре 24 година
родитељ
комит
4e2272a6bc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/sysutils.tex

+ 1 - 1
docs/sysutils.tex

@@ -213,7 +213,7 @@ use the \var{OsDirSeparator} character.
 \begin{verbatim}
 Const
   DirSeparators : set of char = ['/','\'];  
-{$ifdef Linux}
+{$ifdef unix}
   OSDirSeparator = '/';
 {$else}
   OsDirSeparator = '\';