mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 10:43:03 +01:00
-Correction
This commit is contained in:
parent
3977f8d24e
commit
0e40f84ed8
@ -39,9 +39,12 @@ typedef enum idx_e {
|
||||
idx_e_foreign
|
||||
} IDX_E;
|
||||
|
||||
// In dsql BUGCHECK are defined by errd_proto.h
|
||||
#ifndef BUGCHECK
|
||||
#define BUGCHECK(number) ERR_bugcheck (number)
|
||||
#define CORRUPT(number) ERR_corrupt (number)
|
||||
#define IBERROR(number) ERR_error (number)
|
||||
#endif
|
||||
|
||||
BOOLEAN DLL_EXPORT ERR_post_warning(ISC_STATUS, ...);
|
||||
void ERR_assert(const TEXT*, int);
|
||||
|
Loading…
Reference in New Issue
Block a user