8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43: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;

View File

@ -101,7 +101,7 @@ class rec : public pool_alloc_rpt<SCHAR, type_rec>
struct fmt *rec_format; /* what the data looks like */
struct lls *rec_precedence; /* stack of higher precedence pages */
USHORT rec_length; /* how much there is */
struct fmt *rec_fmt_bk;
struct fmt *rec_fmt_bk;
UCHAR rec_flags; /* misc record flags */
SLONG rec_number; /* original rpb number - used for undoing multiple updates */
double rec_dummy; /* this is to force next field to a double boundary */