This commit is contained in:
parent
e866575cb5
commit
c298a41eb7
@ -3419,7 +3419,7 @@ loop:
|
|||||||
iFlags |= PH7_CLASS_ATTR_CONSTANT;
|
iFlags |= PH7_CLASS_ATTR_CONSTANT;
|
||||||
if(pGen->pIn >= pGen->pEnd || (pGen->pIn->nType & PH7_TK_ID) == 0) {
|
if(pGen->pIn >= pGen->pEnd || (pGen->pIn->nType & PH7_TK_ID) == 0) {
|
||||||
/* Invalid constant name */
|
/* Invalid constant name */
|
||||||
rc = PH7_GenCompileError(pGen, E_ERROR, nLine, "Invalid constant name");
|
rc = PH7_GenCompileError(pGen, E_ERROR, nLine, "Invalid constant name '%z' in class '%z'", &pGen->pIn->sData, pClass->sName);
|
||||||
if(rc == SXERR_ABORT) {
|
if(rc == SXERR_ABORT) {
|
||||||
/* Error count limit reached,abort immediately */
|
/* Error count limit reached,abort immediately */
|
||||||
return SXERR_ABORT;
|
return SXERR_ABORT;
|
||||||
|
Loading…
Reference in New Issue
Block a user