Ver código fonte

* corrected tiny problem in define

carl 24 anos atrás
pai
commit
4e2272a6bc
1 arquivos alterados com 1 adições e 1 exclusões
  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 = '\';