From 64b9ac440665bcdd0cbea5a62c02387160502d6a Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 15 Aug 2018 11:18:40 +0200 Subject: [PATCH] Forward declaration already in compiler.h --- engine/compiler.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/engine/compiler.c b/engine/compiler.c index c06c994..78926e3 100644 --- a/engine/compiler.c +++ b/engine/compiler.c @@ -228,11 +228,6 @@ static ph7_value *PH7_GenStateInstallNumLiteral(ph7_gen_state *pGen, sxu32 *pIdx *pIdx = nIdx; return pObj; } -/* - * Implementation of the AerScript language constructs. - */ -/* Forward declaration */ -static sxi32 PH7_GenStateCompileChunk(ph7_gen_state *pGen, sxi32 iFlags); /* * Compile a numeric [i.e: integer or real] literal. * Notes on the integer type.