Module: wine Branch: refs/heads/master Commit: 172e183cf396b62a0751999d3a4812d61f94466a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=172e183cf396b62a0751999d... Author: Mike McCormack <mike(a)codeweavers.com> Date: Wed Jun 14 23:44:42 2006 +0900 msi: Don't define COND_SPACE twice. --- dlls/msi/cond.y | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/cond.y b/dlls/msi/cond.y index 031c489..1809935 100644 --- a/dlls/msi/cond.y +++ b/dlls/msi/cond.y @@ -110,7 +110,7 @@ static BOOL num_from_prop( LPCWSTR p, IN 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