* corrected tiny problem in define

This commit is contained in:
carl 2001-10-01 22:23:09 +00:00
parent db5415b430
commit 4e2272a6bc

View File

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