mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove unused variable.
This commit is contained in:
@@ -22,8 +22,6 @@ extern void opt_Parse(char *s);
|
|||||||
void fatalerror(const char *fmt, ...);
|
void fatalerror(const char *fmt, ...);
|
||||||
void yyerror(const char *fmt, ...);
|
void yyerror(const char *fmt, ...);
|
||||||
|
|
||||||
extern char temptext[1024];
|
|
||||||
|
|
||||||
#define YY_FATAL_ERROR fatalerror
|
#define YY_FATAL_ERROR fatalerror
|
||||||
|
|
||||||
#ifdef YYLMAX
|
#ifdef YYLMAX
|
||||||
|
|||||||
@@ -35,8 +35,6 @@ ULONG nTotalLines, nPass, nPC, nIFDepth, nErrors;
|
|||||||
|
|
||||||
extern int yydebug;
|
extern int yydebug;
|
||||||
|
|
||||||
char temptext[1024];
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RGBAsm - MAIN.C
|
* RGBAsm - MAIN.C
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user