mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove two stale variables from parser.y
They were made useless with the lexer rewrite
This commit is contained in:
@@ -36,8 +36,6 @@
|
|||||||
#include "platform.h" // strncasecmp, strdup
|
#include "platform.h" // strncasecmp, strdup
|
||||||
|
|
||||||
uint32_t nListCountEmpty;
|
uint32_t nListCountEmpty;
|
||||||
char *tzNewMacro;
|
|
||||||
uint32_t ulNewMacroSize;
|
|
||||||
int32_t nPCOffset;
|
int32_t nPCOffset;
|
||||||
bool executeElseBlock; /* If this is set, ELIFs cannot be executed anymore */
|
bool executeElseBlock; /* If this is set, ELIFs cannot be executed anymore */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user