mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 20:01:42 +00:00
More refactoring around extern variables
This commit is contained in:
+1
-2
@@ -501,8 +501,7 @@ LexerState::~LexerState() {
|
||||
|
||||
bool Expansion::advance() {
|
||||
assume(offset <= size());
|
||||
++offset;
|
||||
return offset > size();
|
||||
return ++offset > size();
|
||||
}
|
||||
|
||||
BufferedContent::~BufferedContent() {
|
||||
|
||||
Reference in New Issue
Block a user