Use ++ and -- instead of [+-]= 1

Seriously...
This commit is contained in:
ISSOtm
2020-02-09 15:21:08 +01:00
parent 579a324ce7
commit fe0c269382
6 changed files with 51 additions and 51 deletions

View File

@@ -413,7 +413,7 @@ void fstk_RunInclude(char *tzFileName)
/* Dirty hack to give the INCLUDE directive a linefeed */
yyunput('\n');
nLineNo -= 1;
nLineNo--;
}
/*