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