mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
small fix of typo in comment. -- noch
This commit is contained in:
parent
29d62cf1b0
commit
74a518efe9
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ MODULE ulmTypes;
|
||||||
(*RETURN SYS.VAL(Int16, int)*)
|
(*RETURN SYS.VAL(Int16, int)*)
|
||||||
longintarr := SYS.VAL(intarr64, int);
|
longintarr := SYS.VAL(intarr64, int);
|
||||||
int16[0] := longintarr[0];
|
int16[0] := longintarr[0];
|
||||||
int16[1] := longintarr[1]; (* this will work for little endiad -- noch *)
|
int16[1] := longintarr[1]; (* this will work for little endian -- noch *)
|
||||||
END ToInt16;
|
END ToInt16;
|
||||||
|
|
||||||
PROCEDURE ToInt32*(int: LONGINT) : Int32;
|
PROCEDURE ToInt32*(int: LONGINT) : Int32;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue