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

This commit is contained in:
Alexandre Julliard 2012-10-08 12:33:52 +02:00
parent a1a6ce6398
commit 8bf223a86d
1 changed files with 1 additions and 1 deletions

View File

@ -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"