Explorar o código

* corrected tiny problem in define

carl %!s(int64=24) %!d(string=hai) anos
pai
achega
4e2272a6bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = '\';