mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 11:24:19 +08:00
fix sizeof(array + integer)
Previously sizeof would return the size of the array although the expression is always a plain pointer of 4 (or 8) bytes.
This commit is contained in:
parent
5b113f3ee3
commit
bc48cc1edb