mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
Fix clang build.
This commit is contained in:
parent
b7b3fe4718
commit
fc4cda85df
@ -30,11 +30,10 @@
|
|||||||
#define FB_DYNAMIC_STRINGS
|
#define FB_DYNAMIC_STRINGS
|
||||||
|
|
||||||
#include "firebird/Interface.h"
|
#include "firebird/Interface.h"
|
||||||
|
#include "fb_exception.h"
|
||||||
|
|
||||||
namespace Firebird {
|
namespace Firebird {
|
||||||
|
|
||||||
class BadAlloc;
|
|
||||||
|
|
||||||
unsigned makeDynamicStrings(unsigned len, ISC_STATUS* const dst, const ISC_STATUS* const src) throw(BadAlloc);
|
unsigned makeDynamicStrings(unsigned len, ISC_STATUS* const dst, const ISC_STATUS* const src) throw(BadAlloc);
|
||||||
char* freeDynamicStrings(unsigned len, ISC_STATUS* ptr) throw();
|
char* freeDynamicStrings(unsigned len, ISC_STATUS* ptr) throw();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user