Fix TLang.h maybe

This commit is contained in:
Mike Nolan 2023-05-10 07:44:12 -05:00
parent c033f7ae14
commit 59f9852074
1 changed files with 1 additions and 1 deletions

View File

@ -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)