mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Correct Args.argc to INTEGER rather than LONGINT
This commit is contained in:
parent
6ae2f96d08
commit
2ddbf5d517
1 changed files with 1 additions and 1 deletions
2
src/library/v4/Args.Mod
Normal file → Executable file
2
src/library/v4/Args.Mod
Normal file → Executable file
|
|
@ -10,7 +10,7 @@ MODULE Args; (* jt, 8.12.94 *)
|
|||
ArgVec = POINTER TO ARRAY 1024 OF ArgPtr;
|
||||
|
||||
VAR
|
||||
argc-: LONGINT;
|
||||
argc-: INTEGER;
|
||||
argv-: SYSTEM.ADDRESS;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue