mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
Misc.
This commit is contained in:
parent
5cfec060d5
commit
ce678f21f9
@ -927,7 +927,7 @@ void Statement::deallocate(thread_db *tdbb)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
typedef enum {ttNone, ttWhite, ttComment, ttBrokenComment, ttString, ttParamMark, ttIdent, ttOther} TokenType;
|
enum TokenType {ttNone, ttWhite, ttComment, ttBrokenComment, ttString, ttParamMark, ttIdent, ttOther};
|
||||||
|
|
||||||
static TokenType getToken(const char **begin, const char *end)
|
static TokenType getToken(const char **begin, const char *end)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user