From 55f4435670c7834b2336b0662b0b44284848568b Mon Sep 17 00:00:00 2001 From: CHatingPython Date: Sun, 31 May 2026 20:12:23 +0200 Subject: [PATCH] fix(furc): bring back the LIBFURC guard to main.cpp --- furc/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/furc/src/main.cpp b/furc/src/main.cpp index 019c904..3f5dfec 100644 --- a/furc/src/main.cpp +++ b/furc/src/main.cpp @@ -1,4 +1,4 @@ -// #ifndef LIBFURC +#ifndef LIBFURC #include "furc/front/ir_generator.hpp" #include "furc/front/parser.hpp" @@ -31,4 +31,4 @@ int main(void) { return 0; } -// #endif // LIBFURC \ No newline at end of file +#endif // LIBFURC \ No newline at end of file