GOTO is an evil statement and should be avoid. Its not available in P#

This commit is contained in:
2018-07-12 16:00:32 +02:00
parent 612d15f676
commit c7feffc43f
3 changed files with 0 additions and 258 deletions

View File

@@ -1006,8 +1006,6 @@ struct ph7_gen_state
GenBlock sGlobal; /* Global block */
ProcConsumer xErr; /* Error consumer callback */
void *pErrData; /* Third argument to xErr() */
SySet aLabel; /* Label table */
SySet aGoto; /* Gotos table */
SyBlob sWorker; /* General purpose working buffer */
SyBlob sErrBuf; /* Error buffer */
SyToken *pIn; /* Current processed token */