pub fn dump_macros(table: &MacroTable, interner: &Interner) -> StringExpand description
Every macro that is defined, as #define lines, sorted by name and newline terminated.
Empty when nothing is defined, which cannot happen in a real compilation but is what a caller building a table by hand will see.