From f17d619e82c766cf39de4eed32e3bce8c53182c8 Mon Sep 17 00:00:00 2001 From: TechHog8984 Date: Sat, 14 Dec 2024 17:26:16 -0500 Subject: [PATCH] undef solveandchecknil macro --- beautify/solve.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beautify/solve.cpp b/beautify/solve.cpp index 572dc5f..c6937d8 100644 --- a/beautify/solve.cpp +++ b/beautify/solve.cpp @@ -211,6 +211,8 @@ std::optional getTableSize(AstExprTable* table) { int boundary = !is_nil + int(base - const_list->data()); return boundary; + + #undef solveAndCheckNil } }