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