1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +00:00

Change type of sizeof to word. Improve type checker.

This commit is contained in:
Karol Stasiak
2019-11-03 22:26:19 +01:00
parent ec52963b46
commit 590db9ade0
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ but not
some enum → `word`
* `sizeof`: size of the argument in bytes; the argument can be an expression or a type,
and the result is a constant of either `byte` or `word` type, depending on situation
and the result is a constant of type `word`
* `call`: calls a function via a pointer;
the first argument is the pointer to the function;