mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
Removes many compilation warnings.
This commit is contained in:

committed by
Brian Bruns

parent
c5e92f52b0
commit
0a76d5716f
@@ -51,6 +51,10 @@ extern char *g_input_ptr;
|
||||
#undef YY_INPUT
|
||||
#define YY_INPUT(b, r, ms) (r = mdb_sql_yyinput(b, ms));
|
||||
|
||||
#define mdb_sql_has_error(sql) ((sql)->error_msg[0] ? 1 : 0)
|
||||
#define mdb_sql_last_error(sql) ((sql)->error_msg)
|
||||
|
||||
void mdb_sql_error(MdbSQL* sql, char *fmt, ...);
|
||||
extern MdbSQL *_mdb_sql(MdbSQL *sql);
|
||||
extern MdbSQL *mdb_sql_init();
|
||||
extern MdbSQLSarg *mdb_sql_alloc_sarg();
|
||||
|
Reference in New Issue
Block a user