Small sync to Wine

svn path=/trunk/; revision=13035
This commit is contained in:
Gé van Geldorp 2005-01-13 22:43:10 +00:00
parent 888a6e6c36
commit b91bb39ed6
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -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();
%}