| commit | 20ca00113b884feda4a34147ed4ad03f2c15f150 | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Tue Jun 19 03:34:52 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 19 03:34:52 2001 +0000 |
| tree | b40a7c91a891e13d39283498f813cbe07c2c6c60 | |
| parent | 163652b3f61cc8e9a029b30a8a9ac00270680225 [diff] [blame] |
- Slightly better handling of external/internal names. - Minor bug fixes. - Minor API files update.
diff --git a/tools/winapi_check/preprocessor.pm b/tools/winapi_check/preprocessor.pm index dd9fbd4..771c26c 100644 --- a/tools/winapi_check/preprocessor.pm +++ b/tools/winapi_check/preprocessor.pm
@@ -78,7 +78,7 @@ } } elsif(/^(\w+)\s*(<|<=|==|!=|>=|>)\s*(\w+)\s*((\&\&|\|\|)\s*)?/) { $_ = $'; - } elsif(/^(\w+)\s*$/) { + } elsif(/^(!)?(\w+)\s*$/) { $_ = $'; } elsif(/^\(|\)/) { $_ = $';