mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Use ++ and -- instead of [+-]= 1
Seriously...
This commit is contained in:
@@ -413,7 +413,7 @@ void fstk_RunInclude(char *tzFileName)
|
||||
/* Dirty hack to give the INCLUDE directive a linefeed */
|
||||
|
||||
yyunput('\n');
|
||||
nLineNo -= 1;
|
||||
nLineNo--;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user