mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Misc.
This commit is contained in:
parent
0cf8d887a1
commit
2388af42f6
@ -1206,7 +1206,7 @@ void Parser::yyerrorIncompleteCmd()
|
||||
void Parser::check_bound(const char* const to, const char* const string)
|
||||
{
|
||||
if ((to - string) >= Parser::MAX_TOKEN_LEN)
|
||||
yyabandon(yyposn, -104, isc_token_too_long); //// FIXME:
|
||||
yyabandon(yyposn, -104, isc_token_too_long);
|
||||
}
|
||||
|
||||
void Parser::check_copy_incr(char*& to, const char ch, const char* const string)
|
||||
|
Loading…
Reference in New Issue
Block a user