winedbg: Prevent syntax error for setting all debug channels.
commit4782d1dde6df5baaf69b7caf21fd36498b3597ad
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 17 Aug 2009 05:14:48 +0000 (17 01:14 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 17 Aug 2009 12:40:03 +0000 (17 14:40 +0200)
treeaca317be267d184a06a538c180db100d954884f5
parentc745826e5db08712cc85abf3fae4e339497f93d0
winedbg: Prevent syntax error for setting all debug channels.

The lexer was matching tALL before checking for tIDENTIFIER, and the set
command didn't have any rules for tALL, which prevented setting the
flags for all the debug channels.
programs/winedbg/dbg.y