msi: Don't define COND_SPACE twice.
This commit is contained in:
parent
50c9681a24
commit
172e183cf3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue