Fix TLang.h maybe
This commit is contained in:
parent
c033f7ae14
commit
59f9852074
|
@ -1,4 +1,4 @@
|
||||||
#include <tlang.h>
|
#include "tlang.h"
|
||||||
extern void __node_two_free(node_t* n);
|
extern void __node_two_free(node_t* n);
|
||||||
extern void __node_single_free(node_t* n);
|
extern void __node_single_free(node_t* n);
|
||||||
node_t* __case_node_exec(node_t* n,scope_t* s,retarg_t* retArg)
|
node_t* __case_node_exec(node_t* n,scope_t* s,retarg_t* retArg)
|
||||||
|
|
Loading…
Reference in New Issue