mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
DIRECTOR: Lingo: Hid another trace under lingoparse debug flag
This commit is contained in:
parent
d27aba0bbe
commit
7db8908bc1
@ -746,7 +746,7 @@ using namespace Director;
|
|||||||
|
|
||||||
int yyparse();
|
int yyparse();
|
||||||
static void count() {
|
static void count() {
|
||||||
if (debugChannelSet(-1, kDebugLingoCompile))
|
if (debugChannelSet(-1, kDebugLingoParse))
|
||||||
debug("LEXER: Read '%s' at %d:%d", yytext, g_lingo->_linenumber, g_lingo->_colnumber);
|
debug("LEXER: Read '%s' at %d:%d", yytext, g_lingo->_linenumber, g_lingo->_colnumber);
|
||||||
|
|
||||||
g_lingo->_colnumber += strlen(yytext);
|
g_lingo->_colnumber += strlen(yytext);
|
||||||
|
@ -37,7 +37,7 @@ using namespace Director;
|
|||||||
|
|
||||||
int yyparse();
|
int yyparse();
|
||||||
static void count() {
|
static void count() {
|
||||||
if (debugChannelSet(-1, kDebugLingoCompile))
|
if (debugChannelSet(-1, kDebugLingoParse))
|
||||||
debug("LEXER: Read '%s' at %d:%d", yytext, g_lingo->_linenumber, g_lingo->_colnumber);
|
debug("LEXER: Read '%s' at %d:%d", yytext, g_lingo->_linenumber, g_lingo->_colnumber);
|
||||||
|
|
||||||
g_lingo->_colnumber += strlen(yytext);
|
g_lingo->_colnumber += strlen(yytext);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user