1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-26 10:20:51 +00:00

Undo the sizeof change for now

This commit is contained in:
Karol Stasiak
2019-11-03 23:17:44 +01:00
parent 38e4dd14a6
commit 68fcf8f2d7
2 changed files with 5 additions and 2 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 type `word`
and the result is a constant of either `byte` or `word` type, depending on the actual value
* `call`: calls a function via a pointer;
the first argument is the pointer to the function;