fix(furc): bring back the LIBFURC guard to main.cpp

This commit is contained in:
2026-05-31 20:12:23 +02:00
parent 9b1a7d5a0b
commit 55f4435670
+2 -2
View File
@@ -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
#endif // LIBFURC