mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Cleanup.
This commit is contained in:
parent
954c61f79e
commit
35791e9c21
@ -3026,9 +3026,8 @@ static JRD_NOD pass1(
|
|||||||
|
|
||||||
for (stack = (*csb)->csb_current_rses; stack;
|
for (stack = (*csb)->csb_current_rses; stack;
|
||||||
stack = stack->lls_next) {
|
stack = stack->lls_next) {
|
||||||
RSE rse;
|
|
||||||
|
|
||||||
rse = (RSE) stack->lls_object;
|
RSE rse = (RSE) stack->lls_object;
|
||||||
if (stream_in_rse(stream, rse))
|
if (stream_in_rse(stream, rse))
|
||||||
break;
|
break;
|
||||||
rse->nod_flags |= rse_variant;
|
rse->nod_flags |= rse_variant;
|
||||||
|
@ -101,7 +101,7 @@ class rec : public pool_alloc_rpt<SCHAR, type_rec>
|
|||||||
struct fmt *rec_format; /* what the data looks like */
|
struct fmt *rec_format; /* what the data looks like */
|
||||||
struct lls *rec_precedence; /* stack of higher precedence pages */
|
struct lls *rec_precedence; /* stack of higher precedence pages */
|
||||||
USHORT rec_length; /* how much there is */
|
USHORT rec_length; /* how much there is */
|
||||||
struct fmt *rec_fmt_bk;
|
struct fmt *rec_fmt_bk;
|
||||||
UCHAR rec_flags; /* misc record flags */
|
UCHAR rec_flags; /* misc record flags */
|
||||||
SLONG rec_number; /* original rpb number - used for undoing multiple updates */
|
SLONG rec_number; /* original rpb number - used for undoing multiple updates */
|
||||||
double rec_dummy; /* this is to force next field to a double boundary */
|
double rec_dummy; /* this is to force next field to a double boundary */
|
||||||
|
Loading…
Reference in New Issue
Block a user