mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
Update confidence tests for arg handling move. Remove unused vars in Platform.
This commit is contained in:
parent
299b0636ad
commit
c65b89daf3
4 changed files with 4 additions and 10 deletions
|
|
@ -22,9 +22,6 @@ VAR
|
|||
LittleEndian-: BOOLEAN;
|
||||
PID-: INTEGER; (* Note: Must be updated by Fork implementation *)
|
||||
CWD-: ARRAY 256 OF CHAR;
|
||||
ArgCount-: INTEGER;
|
||||
|
||||
ArgVector-: SYSTEM.ADDRESS;
|
||||
TimeStart: LONGINT;
|
||||
|
||||
SeekSet-: INTEGER;
|
||||
|
|
@ -426,7 +423,6 @@ PROCEDURE -getpid(): INTEGER "(INTEGER)getpid()";
|
|||
BEGIN
|
||||
TestLittleEndian;
|
||||
|
||||
HaltHandler := NIL;
|
||||
TimeStart := 0; TimeStart := Time();
|
||||
PID := getpid();
|
||||
IF getcwd(CWD) = NIL THEN CWD := "" END;
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@ VAR
|
|||
StdOut-: FileHandle;
|
||||
StdErr-: FileHandle;
|
||||
|
||||
InterruptHandler: SignalHandler;
|
||||
|
||||
NL-: ARRAY 3 OF CHAR; (* Platform specific newline representation *)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue