Commit 77292a8c authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 10d825aa
...@@ -194,7 +194,6 @@ static const struct keyword keywords[] = { ...@@ -194,7 +194,6 @@ static const struct keyword keywords[] = {
{"code", tCODE}, {"code", tCODE},
{"comm_status", tCOMMSTATUS}, {"comm_status", tCOMMSTATUS},
{"const", tCONST}, {"const", tCONST},
{"control", tCONTROL},
{"cpp_quote", tCPPQUOTE}, {"cpp_quote", tCPPQUOTE},
{"default", tDEFAULT}, {"default", tDEFAULT},
{"dispinterface", tDISPINTERFACE}, {"dispinterface", tDISPINTERFACE},
...@@ -245,6 +244,7 @@ static const struct keyword attr_keywords[] = ...@@ -245,6 +244,7 @@ static const struct keyword attr_keywords[] =
{"context_handle", tCONTEXTHANDLE}, {"context_handle", tCONTEXTHANDLE},
{"context_handle_noserialize", tCONTEXTHANDLENOSERIALIZE}, {"context_handle_noserialize", tCONTEXTHANDLENOSERIALIZE},
{"context_handle_serialize", tCONTEXTHANDLENOSERIALIZE}, {"context_handle_serialize", tCONTEXTHANDLENOSERIALIZE},
{"control", tCONTROL},
{"defaultcollelem", tDEFAULTCOLLELEM}, {"defaultcollelem", tDEFAULTCOLLELEM},
{"defaultvalue", tDEFAULTVALUE}, {"defaultvalue", tDEFAULTVALUE},
{"defaultvtable", tDEFAULTVTABLE}, {"defaultvtable", tDEFAULTVTABLE},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment