From 976f570f61af5a7bf3aaf3102c7a7f5490f208e5 Mon Sep 17 00:00:00 2001 From: Dan Hipschman Date: Wed, 2 Apr 2008 17:17:01 -0700 Subject: [PATCH] widl: Fix a mistake in an ordered list (keywords). --- tools/widl/parser.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 66110b6089..5b24b26f57 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}, -- 2.32.0.93.g670b81a890