From: Bas Wassink Date: Sun, 24 Mar 2019 22:05:11 +0000 (+0100) Subject: Restore src/cc65/locals.c:278 to its orignal state X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=9e0ab14cfe0bc107e99d1867792b7c127b1465a8 Restore src/cc65/locals.c:278 to its orignal state --- diff --git a/src/cc65/locals.c b/src/cc65/locals.c index e2e71e96c..d0aab7f9c 100644 --- a/src/cc65/locals.c +++ b/src/cc65/locals.c @@ -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