aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-05-14 20:11:19 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-05-14 20:11:19 +0400
commit784dbf335644c385fb0f3a1fae70e3886f3b6f6e (patch)
tree9ed1eee754eb914910f3e95907c52153f7652905 /src/cfg_file.l
parent0802e795b38a656e9d4ce087ca7e26e7857ec005 (diff)
downloadrspamd-784dbf335644c385fb0f3a1fae70e3886f3b6f6e.tar.gz
rspamd-784dbf335644c385fb0f3a1fae70e3886f3b6f6e.zip
* Remove output of symbol ')' at the run of rspamd
Diffstat (limited to 'src/cfg_file.l')
-rw-r--r--src/cfg_file.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cfg_file.l b/src/cfg_file.l
index f839c0b45..876ef9c4a 100644
--- a/src/cfg_file.l
+++ b/src/cfg_file.l
@@ -14,6 +14,8 @@
#define add_luabuf(x) yyerror ("lua support diabled")
#endif
+#define ECHO do {} while(0)
+
#define MAX_INCLUDE_DEPTH 10
YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH];
int line_stack[MAX_INCLUDE_DEPTH];