From bd7439485faab60d5c13a639c8463b9bb656a144 Mon Sep 17 00:00:00 2001 From: Aralox Date: Mon, 26 Oct 2020 15:18:43 +1100 Subject: [PATCH] CRA --- ASTree.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ASTree.cpp b/ASTree.cpp index a0300f6..6d80b23 100644 --- a/ASTree.cpp +++ b/ASTree.cpp @@ -12,7 +12,8 @@ // NOTE: Nested f-strings not supported. #define F_STRING_QUOTE "'''" -static void append_to_chain_store(PycRef chainStore, PycRef item, FastStack& stack, PycRef curblock); +static void append_to_chain_store(PycRef chainStore, PycRef item, + FastStack& stack, PycRef curblock); /* Use this to determine if an error occurred (and therefore, if we should * avoid cleaning the output tree) */