mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-02 06:16:30 +00:00
* ch-exp.y: Fix thinko that broke parsing of FALSE.
This commit is contained in:
parent
39cb3d0488
commit
c9a9bf776c
@ -1901,7 +1901,7 @@ yylex ()
|
||||
yylval.ulval = 1;
|
||||
return (BOOLEAN_LITERAL);
|
||||
}
|
||||
if (STREQ (lexptr, "false"))
|
||||
if (STREQ (simplename, "false"))
|
||||
{
|
||||
yylval.ulval = 0;
|
||||
return (BOOLEAN_LITERAL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user