Output exported numeric constants to sym file (#1439)

This commit is contained in:
Sylvie
2024-08-06 10:58:35 -04:00
committed by GitHub
parent bb480b761c
commit fc8707886c
5 changed files with 30 additions and 2 deletions

View File

@@ -38,6 +38,8 @@ struct Symbol {
Label const &label() const;
};
void sym_ForEach(void (*callback)(Symbol &));
void sym_AddSymbol(Symbol &symbol);
/*