2007-02-20 [wwp] 2.7.2cvs54
[claws.git] / src / matcher_parser_lex.l
index 0654b7a3ad9bcdce7ce879047f0dfe7f32994319..c12c1ca340eda69d73ffa833f4e90b1d2f813c06 100644 (file)
@@ -1,3 +1,5 @@
+%option nounput never-interactive
+
 %{
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
@@ -28,7 +30,6 @@
 #include "matcher_parser_parse.h"
 #endif
 #define MAX_STR_CONST 512
-#define YY_NO_UNPUT 1
 
 static char string_buf[MAX_STR_CONST];
 static char *string_buf_ptr;