widl: Fix a mistake in an ordered list (keywords).
authorDan Hipschman <dsh@linux.ucla.edu>
Thu, 3 Apr 2008 00:17:01 +0000 (17:17 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Apr 2008 09:30:08 +0000 (11:30 +0200)
tools/widl/parser.l

index 66110b608935bf3009eed54e982d71b1ec32e1fd..5b24b26f57edd8a9a71ce84141909056785c5c69 100644 (file)
@@ -187,8 +187,8 @@ static const struct keyword keywords[] = {
        {"TRUE",                        tTRUE},
        {"__cdecl",                     tCDECL},
        {"__fastcall",                  tFASTCALL},
-       {"__pascal",                    tPASCAL},
        {"__int64",                     tINT64},
+       {"__pascal",                    tPASCAL},
        {"__stdcall",                   tSTDCALL},
        {"_cdecl",                      tCDECL},
        {"_fastcall",                   tFASTCALL},