mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
@@ -15,6 +15,7 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#include "asm/asm.h"
|
||||
#include "asm/constexpr.h"
|
||||
#include "asm/fstack.h"
|
||||
#include "asm/lexer.h"
|
||||
#include "asm/main.h"
|
||||
@@ -769,6 +770,7 @@ scanagain:
|
||||
|
||||
/* Longest match was a keyword or operator. */
|
||||
pLexBuffer += pLongestFixed->nNameLength;
|
||||
yylval.nConstValue = pLongestFixed->nToken;
|
||||
return pLongestFixed->nToken;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user