mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Unix.Timeval fix. suseconds_t is 4 bytes on osx x86_64 apparently.
Therefore Timeval.usec is INTEGER. Thanks to Jon Kleiser for [raising](https://github.com/norayr/voc/issues/5) the question. bootstrap binary updated. Kernel0. Kernel modules affected. -- noch Former-commit-id: 177f08f0e0e37f9c7ba9d08a91da7c08006c92a4
This commit is contained in:
parent
bac3c2cb49
commit
f05ecf6102
7 changed files with 9 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE prf;
|
||||
|
||||
CONST prefix* = "/opt";
|
||||
CONST prefix* = "/Users/antranigv/local";
|
||||
|
||||
END prf.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue