Module: wine Branch: master Commit: 976f570f61af5a7bf3aaf3102c7a7f5490f208e5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=976f570f61af5a7bf3aaf3102c...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Wed Apr 2 17:17:01 2008 -0700
widl: Fix a mistake in an ordered list (keywords).
---
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},