Free dot operator for further usage
Tutti i controlli sono stati effettuati con successo
The build was successful.

This commit is contained in:
2018-08-07 08:13:44 +02:00
parent 6f0d1ab3ff
commit a4e6962a67
4 ha cambiato i file con 0 aggiunte e 89 eliminazioni

Vedi File

@@ -505,12 +505,6 @@ static sxi32 TokenizePHP(SyStream *pStream, SyToken *pToken, void *pUserData, vo
}
}
break;
case '.':
if(pStream->zText < pStream->zEnd && pStream->zText[0] == '=') {
/* Current operator: .= */
pStream->zText++;
}
break;
case '<':
if(pStream->zText < pStream->zEnd) {
if(pStream->zText[0] == '<') {