mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
Restore src/cc65/locals.c:278 to its orignal state
This commit is contained in:
parent
41e449b306
commit
9e0ab14cfe
@ -275,9 +275,8 @@ static void ParseAutoDecl (Declaration* Decl)
|
||||
** We abuse the Collection somewhat by using it to store line
|
||||
** numbers.
|
||||
*/
|
||||
CollReplace (&CurrentFunc->LocalsBlockStack,
|
||||
(void *)(long)GetCurrentLine (),
|
||||
CollCount (&CurrentFunc->LocalsBlockStack) - 1);
|
||||
CollReplace (&CurrentFunc->LocalsBlockStack, (void *)(long)GetCurrentLine (),
|
||||
CollCount (&CurrentFunc->LocalsBlockStack) - 1);
|
||||
|
||||
} else {
|
||||
/* Non-initialized local variable. Just keep track of
|
||||
|
Loading…
x
Reference in New Issue
Block a user