Files
cc65/test/asm/err
Kugel Fuhr 54f63a0cdc Fix the behavior of variable symbols in regard to cheap locals. Previously
every assignment to a variable symbol opened the same scope for cheap locals.
So when redefining a variable symbol, an old cheap local scope was reopened
which was unexpected and confusing. The change fixes this so that only the
first definition of a variable symbol opens a new scope for cheap locals, but
redefinitions of the same symbol do not.
2025-06-19 09:11:30 +02:00
..
2022-04-26 17:07:57 +02:00
2022-05-09 21:27:21 +02:00
2022-04-26 17:07:57 +02:00