Fix and clean up VS projects files

+ removed unused variable :P
This commit is contained in:
Arkshine
2015-03-10 16:19:33 +01:00
parent aaafe0f3f2
commit acf910b64b
28 changed files with 553 additions and 427 deletions

View File

@ -1936,7 +1936,7 @@ char *sc_tokens[] = {
SC_FUNC int lex(cell *lexvalue,char **lexsym)
{
int i,toolong,newline,stringflags;
int i,toolong,newline;
char **tokptr;
const unsigned char *starttoken;