mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Fixed my own damned mistake. Sorry to everyone who got scared by this change ;-)
This commit is contained in:
parent
47df4cf4ec
commit
717c1200ea
@ -28,7 +28,7 @@
|
||||
* Contributor(s):
|
||||
*
|
||||
*
|
||||
* $Id: keywords.cpp,v 1.2 2002-07-30 07:23:40 dimitr Exp $
|
||||
* $Id: keywords.cpp,v 1.3 2002-07-30 09:49:16 dimitr Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -47,7 +47,7 @@ static CONST TOK tokens [] = {
|
||||
{NEQ, "!=", 1},
|
||||
{NOT_GTR, "!>", 1},
|
||||
{LPAREN, "(", 1},
|
||||
{RPAREN, "}", 1},
|
||||
{RPAREN, ")", 1},
|
||||
{COMMA, ",", 1},
|
||||
{LSS, "<", 1},
|
||||
{LEQ, "<=", 1},
|
||||
|
Loading…
Reference in New Issue
Block a user