http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
061085f
)
widl: Fix a mistake in an ordered list (keywords).
author
Dan Hipschman
<dsh@linux.ucla.edu>
Thu, 3 Apr 2008 00:17:01 +0000
(17:17 -0700)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 3 Apr 2008 09:30:08 +0000
(11:30 +0200)
tools/widl/parser.l
patch
|
blob
|
blame
|
history
diff --git
a/tools/widl/parser.l
b/tools/widl/parser.l
index 66110b608935bf3009eed54e982d71b1ec32e1fd..5b24b26f57edd8a9a71ce84141909056785c5c69 100644
(file)
--- 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},