@@ -332,10 +332,19 @@ namespace ifc {
332332 static_assert (retractible_by_key(macro_sort_table));
333333
334334 constexpr SortNameMapEntry<HeapSort> heapsort_table[] = {
335- {HeapSort::Decl, " heap.decl" }, {HeapSort::Type, " heap.type" }, {HeapSort::Stmt, " heap.stmt" },
336- {HeapSort::Expr, " heap.expr" }, {HeapSort::Syntax, " heap.syn" }, {HeapSort::Word, " heap.word" },
337- {HeapSort::Chart, " heap.chart" }, {HeapSort::Spec, " heap.spec" }, {HeapSort::Form, " heap.pp" },
338- {HeapSort::Attr, " heap.attr" }, {HeapSort::Dir, " heap.dir" }, {HeapSort::Vendor, " heap.vendor" },
335+ {HeapSort::Decl, " heap.decl" },
336+ {HeapSort::Type, " heap.type" },
337+ {HeapSort::Stmt, " heap.stmt" },
338+ {HeapSort::Expr, " heap.expr" },
339+ {HeapSort::Syntax, " heap.syn" },
340+ {HeapSort::Word, " heap.word" },
341+ {HeapSort::Chart, " heap.chart" },
342+ {HeapSort::Spec, " heap.spec" },
343+ {HeapSort::Form, " heap.pp" },
344+ {HeapSort::Attr, " heap.attr" },
345+ {HeapSort::Dir, " heap.dir" },
346+ {HeapSort::String, " heap.string" },
347+ {HeapSort::Vendor, " heap.vendor" },
339348 };
340349
341350 static_assert (retractible_by_key(heapsort_table));
0 commit comments