mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
parent
ca604de42e
commit
64c76f789b
@ -727,7 +727,7 @@ int Parser::yylexAux()
|
|||||||
|
|
||||||
LexerState saveLex = lex;
|
LexerState saveLex = lex;
|
||||||
|
|
||||||
if (!yylexSkipSpaces() || lex.ptr[-1] != '\'')
|
if (!yylexSkipSpaces() || lex.ptr - 1 == saveLex.ptr || lex.ptr[-1] != '\'')
|
||||||
{
|
{
|
||||||
lex = saveLex;
|
lex = saveLex;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user