Forward declaration already in compiler.h
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-15 11:18:40 +02:00
parent be454ff7be
commit 64b9ac4406
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 5 deletions

View File

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