Alexandre Julliard : widl: 'control' is an attribute not a keyword.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 20 05:25:00 CST 2007


Module: wine
Branch: master
Commit: 77292a8c8299cac88f0799f6b1ad7c1a6c620761
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=77292a8c8299cac88f0799f6b1ad7c1a6c620761

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Feb 19 16:40:34 2007 +0100

widl: 'control' is an attribute not a keyword.

---

 tools/widl/parser.l |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/widl/parser.l b/tools/widl/parser.l
index 0dfe301..7ddcedd 100644
--- a/tools/widl/parser.l
+++ b/tools/widl/parser.l
@@ -194,7 +194,6 @@ static const struct keyword keywords[] = {
 	{"code",			tCODE},
 	{"comm_status",			tCOMMSTATUS},
 	{"const",			tCONST},
-	{"control",			tCONTROL},
 	{"cpp_quote",			tCPPQUOTE},
 	{"default",			tDEFAULT},
 	{"dispinterface",		tDISPINTERFACE},
@@ -245,6 +244,7 @@ static const struct keyword attr_keywords[] =
         {"context_handle",              tCONTEXTHANDLE},
         {"context_handle_noserialize",  tCONTEXTHANDLENOSERIALIZE},
         {"context_handle_serialize",    tCONTEXTHANDLENOSERIALIZE},
+        {"control",                     tCONTROL},
         {"defaultcollelem",             tDEFAULTCOLLELEM},
         {"defaultvalue",                tDEFAULTVALUE},
         {"defaultvtable",               tDEFAULTVTABLE},




More information about the wine-cvs mailing list