mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 14:09:29 +02:00
* corrected tiny problem in define
This commit is contained in:
parent
db5415b430
commit
4e2272a6bc
@ -213,7 +213,7 @@ use the \var{OsDirSeparator} character.
|
||||
\begin{verbatim}
|
||||
Const
|
||||
DirSeparators : set of char = ['/','\'];
|
||||
{$ifdef Linux}
|
||||
{$ifdef unix}
|
||||
OSDirSeparator = '/';
|
||||
{$else}
|
||||
OsDirSeparator = '\';
|
||||
|
Loading…
Reference in New Issue
Block a user