woops actually save everything for last commit

This commit is contained in:
Allen Webster
2021-10-24 13:32:15 -07:00
parent 8d4d2d2c3a
commit 73a07fe8ca
4 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ MD_ExprOprPush(arena, &list, MD_ExprOprKind_##k, p, MD_S8Lit(t), Op##e, 0);
C_LIKE_OPS_WITH_SIDE_EFFECTS(PUSH_OP);
#undef PUSH_OP
table = MD_ExprBakeOperatorTableFromList(arena, &list);
table = MD_ExprBakeOprTableFromList(arena, &list);
}
// print the verbose parse results