We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c312753 commit ab37ae9Copy full SHA for ab37ae9
1 file changed
zxb/zxbparser.py
@@ -2863,9 +2863,8 @@ def p_funcdecl(p):
2863
p[0].locals_size = SYMBOL_TABLE.leave_scope()
2864
FUNCTION_LEVEL.pop()
2865
p[0].entry.body = p[2]
2866
-
2867
- entry = p[0].entry
2868
- entry.forwarded = False
+ p[0].local_symbol_table.owner = p[0].entry
+ p[0].entry.forwarded = False
2869
2870
2871
def p_funcdeclforward(p):
0 commit comments