mirror of
https://github.com/mirror/tinycc.git
synced 2025-04-17 13:30:35 +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