mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
Simplify code
This commit is contained in:
parent
95135eb518
commit
79462d1877
@ -5285,10 +5285,8 @@ set_decfloat_traps
|
|||||||
|
|
||||||
%type <setBindNode> set_bind
|
%type <setBindNode> set_bind
|
||||||
set_bind
|
set_bind
|
||||||
: SET BIND OF set_bind_from
|
: SET BIND OF set_bind_from set_bind_to
|
||||||
{ $$ = newNode<SetBindNode>(); $$->from = $4; }
|
{ $$ = newNode<SetBindNode>(); $$->from = $4; $$->to = $5; }
|
||||||
set_bind_to
|
|
||||||
{ $$ = $5; $$->to = $6; }
|
|
||||||
;
|
;
|
||||||
|
|
||||||
%type <legacyField> set_bind_from
|
%type <legacyField> set_bind_from
|
||||||
|
Loading…
Reference in New Issue
Block a user