Review and fix regular expressions of the form /^foo|bar$/.
commitb4df2417c489c4b5cb70df7cad7d596aa675972b
authorFrancois Gouget <fgouget@free.fr>
Fri, 22 Oct 2004 19:55:42 +0000 (22 19:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Oct 2004 19:55:42 +0000 (22 19:55 +0000)
treef1c3ad78ad1fc494b6c7fe46abf0d450a6028e7d
parent40692f2aa4c4cc293e14573f7d4cef6f7e887642
Review and fix regular expressions of the form /^foo|bar$/.
Replace regular expressions with simple string comparisons where
possible.
Use '(?:subregexp)' instead of '(subregexp)' wherever possible.
'dlls/gdi' does not have a win16drv subdirectory anymore so simplify
regular expressions accordingly.
tools/winapi/c_parser.pm
tools/winapi/make_parser.pm
tools/winapi/msvcmaker
tools/winapi/winapi.pm
tools/winapi/winapi_extract
tools/winapi_check/modules.pm
tools/winapi_check/nativeapi.pm
tools/winapi_check/winapi_check
tools/winapi_check/winapi_function.pm
tools/winapi_check/winapi_local.pm