瀏覽代碼

* 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 = '\';