8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
dimitr 2003-02-15 15:11:42 +00:00
parent 954c61f79e
commit 35791e9c21
2 changed files with 2 additions and 3 deletions

View File

@ -3026,9 +3026,8 @@ static JRD_NOD pass1(
for (stack = (*csb)->csb_current_rses; stack;
stack = stack->lls_next) {
RSE rse;
rse = (RSE) stack->lls_object;
RSE rse = (RSE) stack->lls_object;
if (stream_in_rse(stream, rse))
break;
rse->nod_flags |= rse_variant;