diff --git a/deon-unix/logic/logic.h b/deon-unix/logic/logic.h index 14172a2..2bd1454 100644 --- a/deon-unix/logic/logic.h +++ b/deon-unix/logic/logic.h @@ -1,5 +1,5 @@ #ifndef LOGIC_H #define LOGIC_H #include "../types.h" -logic* create_logic(logic_type type, node_info* stmt_list, char* var_name); +static logic* create_logic(logic_type type, node_info* stmt_list, char* var_name); #endif \ No newline at end of file