8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00

Keep gcc 3.3 happy.

This commit is contained in:
stryqx 2003-10-19 07:01:20 +00:00
parent 6aaed05383
commit 602aac3aa5

View File

@ -367,11 +367,11 @@ public:
typedef Opt *OPT; typedef Opt *OPT;
// Values for opt_stream_flags // Values for opt_stream_flags
const opt_stream_used = 1; // Stream is used const USHORT opt_stream_used = 1; // Stream is used
// Values for opt_conjunct_flags // Values for opt_conjunct_flags
const opt_conjunct_used = 1; // conjunct is used const USHORT opt_conjunct_used = 1; // conjunct is used
const opt_conjunct_matched = 2; // conjunct matches an index segment const USHORT opt_conjunct_matched = 2; // conjunct matches an index segment
/* global optimizer bits used in opt_g_flags */ /* global optimizer bits used in opt_g_flags */