Do not count compilation errors.
All checks were successful
The build was successful.

Interpreter will abort script execution on first error found.
This commit is contained in:
2019-04-24 23:22:06 +02:00
parent 48a38dc1af
commit c443a38fec
4 changed files with 25 additions and 51 deletions

View File

@@ -904,7 +904,6 @@ struct ph7_gen_state {
SyBlob sErrBuf; /* Error buffer */
SyToken *pIn; /* Current processed token */
SyToken *pEnd; /* Last token in the stream */
sxu32 nErr; /* Total number of compilation error */
SyToken *pRawIn; /* Current processed raw token */
SyToken *pRawEnd; /* Last raw token in the stream */
SySet *pTokenSet; /* Token containers */