Browse Source

* corrected tiny problem in define

carl 24 years ago
parent
commit
4e2272a6bc
1 changed files with 1 additions and 1 deletions
  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 = '\';