mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 19:28:13 +02:00
* correction of whitespace definition
git-svn-id: trunk@19367 -
This commit is contained in:
parent
0db44ae108
commit
fca1ea8757
@ -178,7 +178,7 @@ Procedure CommandToList(S : String; List : TStrings);
|
||||
Function GetNextWord : String;
|
||||
|
||||
Const
|
||||
WhiteSpace = [' ',#8,#10];
|
||||
WhiteSpace = [' ',#9,#10,#13];
|
||||
Literals = ['"',''''];
|
||||
|
||||
Var
|
||||
|
Loading…
Reference in New Issue
Block a user