parent
9cfbacb66d
commit
879a452216
@ -1,5 +1,5 @@
|
|||||||
#ifndef LOGIC_H
|
#ifndef LOGIC_H
|
||||||
#define LOGIC_H
|
#define LOGIC_H
|
||||||
#include "../types.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
|
#endif
|
Loading…
Reference in new issue