From e224fa5de6eb862297710f97b2b4fb65307f14c8 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 14 Sep 2019 14:41:39 +0200 Subject: [PATCH] :art: Update and fix build --- ast | 2 +- include/parse.h | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/ast b/ast index b0c321fe..ffebd295 160000 --- a/ast +++ b/ast @@ -1 +1 @@ -Subproject commit b0c321fe83aca69b2f5faf904fe48b33d50d6fa0 +Subproject commit ffebd29532b9691445d94a30f0f7aa4eae459ba4 diff --git a/include/parse.h b/include/parse.h index 86a6bdeb..295963a6 100644 --- a/include/parse.h +++ b/include/parse.h @@ -71,13 +71,6 @@ static inline ANN m_bool env_body(const Env env, const Class_Def cdef, const _ex } #define env_body(a,b,c) env_body(a,b,(_exp_func)c) -ANN m_bool scanx_ext(const Env e, const Class_Def c, const _exp_func f, void* d); -static inline ANN m_bool env_ext(const Env env, const Class_Def cdef, const _exp_func f) { - return scanx_ext(env, cdef, f, env); -} -#define env_ext(a,b,c) env_ext(a, b, (_exp_func)c) -#define scanx_ext(a,b,c,d) scanx_ext(a, b, (_exp_func)c, d) - ANN m_bool scanx_parent(const Type t, const _exp_func f, void *d); #define scanx_parent(a,b,c) scanx_parent(a, (_exp_func)b, c) -- 2.43.0