mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Small sync to Wine
svn path=/trunk/; revision=13035
This commit is contained in:
parent
888a6e6c36
commit
b91bb39ed6
2 changed files with 2 additions and 2 deletions
|
@ -422,7 +422,7 @@ static struct expr * EXPR_complex( struct expr *l, UINT op, struct expr *r );
|
|||
static struct expr * EXPR_column( LPWSTR );
|
||||
static struct expr * EXPR_ival( struct sql_str *, int sign);
|
||||
static struct expr * EXPR_sval( struct sql_str *);
|
||||
static struct expr * EXPR_wildcard(void);
|
||||
static struct expr * EXPR_wildcard();
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ static struct expr * EXPR_complex( struct expr *l, UINT op, struct expr *r );
|
|||
static struct expr * EXPR_column( LPWSTR );
|
||||
static struct expr * EXPR_ival( struct sql_str *, int sign);
|
||||
static struct expr * EXPR_sval( struct sql_str *);
|
||||
static struct expr * EXPR_wildcard(void);
|
||||
static struct expr * EXPR_wildcard();
|
||||
|
||||
%}
|
||||
|
||||
|
|
Loading…
Reference in a new issue