From 7857d94ea3d812b123fe9e082743d8ad985d8a48 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 6 Nov 2020 12:41:19 +0100 Subject: [PATCH] :art: Update --- include/env/context.h | 2 +- plug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/env/context.h b/include/env/context.h index 61c3fa61..2426e07e 100644 --- a/include/env/context.h +++ b/include/env/context.h @@ -11,7 +11,7 @@ struct Context_ { m_bool global; }; -ANN2(2) ANEW Context new_context(MemPool p, const Ast, const m_str); +ANN2(1,3) ANEW Context new_context(MemPool p, const Ast, const m_str); ANN void load_context(const Context, const Env); ANN void unload_context(const Context, const Env); #endif diff --git a/plug b/plug index 50ffa5f2..300d07d9 160000 --- a/plug +++ b/plug @@ -1 +1 @@ -Subproject commit 50ffa5f21e6274f7d358413e1e4b572c8f969b1d +Subproject commit 300d07d9139a2580ade87bed2e23961c241116df -- 2.43.0