mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +00:00
Fix for variableless main().
This commit is contained in:
parent
581c46c213
commit
f5b3c5351e
@ -523,6 +523,7 @@ void NewFunc (SymEntry* Func)
|
||||
|
||||
/* Need a starting curly brace */
|
||||
ConsumeLCurly ();
|
||||
CollAppend (&CurrentFunc->LocalsBlockStack, (void *)CurrentFunc->LocalsBlockCount);
|
||||
|
||||
/* Parse local variable declarations if any */
|
||||
DeclareLocals ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user