msi: Don't define COND_SPACE twice.

This commit is contained in:
Mike McCormack 2006-06-14 23:44:42 +09:00 committed by Alexandre Julliard
parent 50c9681a24
commit 172e183cf3
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ static BOOL num_from_prop( LPCWSTR p, INT *val )
INT value;
}
%token COND_SPACE COND_EOF COND_SPACE
%token COND_SPACE COND_EOF
%token COND_OR COND_AND COND_NOT COND_XOR COND_IMP COND_EQV
%token COND_LT COND_GT COND_EQ COND_NE COND_GE COND_LE
%token COND_ILT COND_IGT COND_IEQ COND_INE COND_IGE COND_ILE