From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- SQLiteStudio3/coreSQLiteStudio/parser/lexer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'SQLiteStudio3/coreSQLiteStudio/parser/lexer.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/parser/lexer.h b/SQLiteStudio3/coreSQLiteStudio/parser/lexer.h index 10db9ce..07b2d06 100644 --- a/SQLiteStudio3/coreSQLiteStudio/parser/lexer.h +++ b/SQLiteStudio3/coreSQLiteStudio/parser/lexer.h @@ -201,6 +201,13 @@ class API_EXPORT Lexer */ QString sqlToTokenize; + /** + * @brief Token produced by the lexer previously. + * + * This is used only by the stateful lexer processing (i.e. with getToken()) + */ + TokenPtr prevTokenProcessed; + /** * @brief Current tokenizer position in the sqlToTokenize. * -- cgit v1.2.3