mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 09:23:03 +01:00
Pre-ANSI C file?
This commit is contained in:
parent
f8b667ebfc
commit
a04c0adba3
@ -19,7 +19,7 @@
|
||||
#include "firebird.h"
|
||||
#include "gen/iberror.h"
|
||||
|
||||
#define entry(r) r(status) int *status; {return error (status); };
|
||||
#define entry(r) r(int* status) {return error (status); }
|
||||
|
||||
entry(gds__attach_database)
|
||||
entry(gds__blob_info)
|
||||
@ -300,8 +300,7 @@ entry(gds__attach_database)
|
||||
entry(SCH_schedule)
|
||||
entry(SCH_wake)
|
||||
|
||||
static error(status)
|
||||
int *status;
|
||||
static error(int* status)
|
||||
{
|
||||
*status++ = isc_arg_gds;
|
||||
*status++ = isc_unavailable;
|
||||
|
Loading…
Reference in New Issue
Block a user