widl: Fix a mistake in an ordered list (keywords).

Dan Hipschman dsh at linux.ucla.edu
Wed Apr 2 19:17:01 CDT 2008


Else bsearch can't do its job.

---
 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 66110b6..5b24b26 100644
--- a/tools/widl/parser.l
+++ b/tools/widl/parser.l
@@ -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},



More information about the wine-patches mailing list