Commit 8bf223a8 authored by Alexandre Julliard's avatar Alexandre Julliard

winedbg: Mark the lexer as always interactive to prevent some shortcuts.

parent a1a6ce63
......@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%option noinput nounput never-interactive 8bit prefix="dbg_"
%option noinput nounput always-interactive 8bit prefix="dbg_"
%{
#include "config.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment