Throw an error only if this is not the end of tokens stream.
Visas pārbaudes ir veiksmīgas
The build was successful.
Visas pārbaudes ir veiksmīgas
The build was successful.
Šī revīzija ir iekļauta:
vecāks
a7606864fa
revīzija
407fb09e8f
@ -2289,7 +2289,7 @@ static sxi32 PH7_CompileVar(ph7_gen_state *pGen) {
|
||||
break;
|
||||
} else if(pGen->pIn->nType & PH7_TK_COMMA) {
|
||||
pGen->pIn++;
|
||||
} else {
|
||||
} else if(pGen->pIn < pGen->pEnd) {
|
||||
PH7_GenCompileError(&(*pGen), E_ERROR, pGen->pIn->nLine, "Unexpected token '%z'", &pGen->pIn->sData);
|
||||
}
|
||||
}
|
||||
|
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user