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

Comment unused macros

This commit is contained in:
brodsom 2004-05-18 22:00:21 +00:00
parent f222e644c6
commit b64670c9a4
2 changed files with 5 additions and 4 deletions

View File

@ -28,8 +28,8 @@
#define ASCII_SPACE 32 /* ASCII code for space */
#define INTL_name_not_found 1
#define INTL_subtype_not_implemented 2
//#define INTL_name_not_found 1
//#define INTL_subtype_not_implemented 2
/*
* Default character set name for specification of COLLATE clause without

View File

@ -136,8 +136,9 @@ const int tra_committed = 3;
const int tra_us = 4; /* Transaction is us */
const int tra_precommitted = 5; /* Transaction is precommitted */
/* The highest transaction number possible. This is 0x7fffffff if SLONG is 32 bits. */
#define MAX_TRA_NUMBER (~(1L << (BITS_PER_LONG - 1)))
// The highest transaction number possible. This is 0x7fffffff if SLONG is 32 bits.
//#define MAX_TRA_NUMBER (~(1L << (BITS_PER_LONG - 1)))
/* Savepoint block */
class Savepoint : public pool_alloc<type_sav>