winedbg: Allow using MSVC mangled symbol names as identifiers.

This commit is contained in:
Eric Pouech 2006-02-14 14:03:52 +01:00 committed by Alexandre Julliard
parent 5392844392
commit 467ba4d398
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ static int syntax_error;
DIGIT [0-9]
HEXDIGIT [0-9a-fA-F]
FORMAT [ubcdgiswx]
IDENTIFIER [_a-zA-Z~][_a-zA-Z0-9~@]*
IDENTIFIER [_a-zA-Z~?][_a-zA-Z0-9~?@]*
PATHNAME [-/_a-zA-Z\.~][-/_a-zA-Z0-9\.~@]*
STRING \"[^\n"]+\"