mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Switch to FB_ prefix.
This commit is contained in:
parent
cd3b636099
commit
f363882082
@ -65,8 +65,8 @@ typedef intptr_t ISC_STATUS;
|
|||||||
typedef ISC_STATUS ISC_STATUS_ARRAY[ISC_STATUS_LENGTH];
|
typedef ISC_STATUS ISC_STATUS_ARRAY[ISC_STATUS_LENGTH];
|
||||||
|
|
||||||
/* SQL State as defined in the SQL Standard. */
|
/* SQL State as defined in the SQL Standard. */
|
||||||
#define ISC_SQLSTATE_SIZE 6
|
#define FB_SQLSTATE_SIZE 6
|
||||||
typedef char ISC_SQLSTATE_STRING[ISC_SQLSTATE_SIZE];
|
typedef char FB_SQLSTATE_STRING[FB_SQLSTATE_SIZE];
|
||||||
|
|
||||||
/******************************************************************/
|
/******************************************************************/
|
||||||
/* Define type, export and other stuff based on c/c++ and Windows */
|
/* Define type, export and other stuff based on c/c++ and Windows */
|
||||||
@ -145,4 +145,3 @@ typedef struct GDS_QUAD_t ISC_QUAD;
|
|||||||
#define isc_quad_low gds_quad_low
|
#define isc_quad_low gds_quad_low
|
||||||
|
|
||||||
#endif /* INCLUDE_TYPES_PUB_H */
|
#endif /* INCLUDE_TYPES_PUB_H */
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@ void DYN_error(bool status_flag,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
TEXT error_buffer[BUFFER_MEDIUM];
|
TEXT error_buffer[BUFFER_MEDIUM];
|
||||||
ISC_SQLSTATE_STRING sqlstate;
|
FB_SQLSTATE_STRING sqlstate;
|
||||||
|
|
||||||
if (number)
|
if (number)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user