Mike McCormack : wrc: Remove some tokens declared twice.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 14 06:51:31 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 2d107f98ab5d7662247fca02f9ffe5c109bed1cf
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=2d107f98ab5d7662247fca02f9ffe5c109bed1cf

Author: Mike McCormack <mike at codeweavers.com>
Date:   Wed Jun 14 10:58:02 2006 +0900

wrc: Remove some tokens declared twice.

---

 tools/wrc/parser.y |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/wrc/parser.y b/tools/wrc/parser.y
index 27c378d..252606c 100644
--- a/tools/wrc/parser.y
+++ b/tools/wrc/parser.y
@@ -300,7 +300,6 @@ static int rsrcid_to_token(int lookahead
 %token tFILEVERSION tPRODUCTVERSION tFILEFLAGSMASK tFILEOS tFILETYPE tFILEFLAGS tFILESUBTYPE
 %token tMENUBARBREAK tMENUBREAK tMENUITEM tPOPUP tSEPARATOR
 %token tHELP
-%token tSTRING tIDENT tRAWDATA
 %token tTOOLBAR tBUTTON
 %token tBEGIN tEND
 %token tDLGINIT




More information about the wine-cvs mailing list