emission for func dec

This commit is contained in:
Meyer Simon
2025-05-05 20:18:23 -04:00
parent 0446b0ae6b
commit 0114e1d65f
3 changed files with 16 additions and 0 deletions

View File

@ -315,6 +315,7 @@ function_declaration:
CreateEntry(cur,TYPE_FUNCTION_DECLARATION, look_up(cur, $4), $2, CreateFunctionDeclarationInfo(-1, false,NULL));
}
emit_function_dec(table_lookup(cur, $2));
}
| EXTERNAL FUNCTION ID COLON ID