mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-25 21:26:41 +08:00
Enhancements for getting Access 2000 to work (almost)
Fixes for working with bison
This commit is contained in:
@@ -17,6 +17,10 @@ typedef struct {
|
||||
typedef struct {
|
||||
char *name;
|
||||
int disp_size;
|
||||
void *bind_addr; /* if !NULL then cp parameter to here */
|
||||
int bind_type;
|
||||
int *bind_len;
|
||||
int bind_max;
|
||||
} MdbSQLColumn;
|
||||
|
||||
typedef struct {
|
||||
@@ -29,6 +33,8 @@ typedef struct {
|
||||
MdbSarg *sarg;
|
||||
} MdbSQLSarg;
|
||||
|
||||
char *g_input_ptr;
|
||||
|
||||
#undef YY_INPUT
|
||||
#define YY_INPUT(b, r, ms) (r = mdb_sql_yyinput(b, ms));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user