mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Propagate NL spelling change to PlatformWindows.
This commit is contained in:
parent
25d99fd36a
commit
08bf8d2fc3
1 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ VAR
|
|||
|
||||
InterruptHandler: SignalHandler;
|
||||
|
||||
nl-: ARRAY 3 OF CHAR; (* Platform specific newline representation *)
|
||||
NL-: ARRAY 3 OF CHAR; (* Platform specific newline representation *)
|
||||
|
||||
|
||||
|
||||
|
|
@ -616,7 +616,7 @@ BEGIN
|
|||
StdOut := getstdouthandle();
|
||||
StdErr := getstderrhandle();
|
||||
|
||||
nl[0] := 0DX; (* CR *)
|
||||
nl[1] := 0AX; (* LF *)
|
||||
nl[2] := 0X;
|
||||
NL[0] := 0DX; (* CR *)
|
||||
NL[1] := 0AX; (* LF *)
|
||||
NL[2] := 0X;
|
||||
END Platform.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue