From: Vsevolod Stakhov Date: Thu, 14 May 2009 16:11:19 +0000 (+0400) Subject: * Remove output of symbol ')' at the run of rspamd X-Git-Tag: 0.2.7~142 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=784dbf335644c385fb0f3a1fae70e3886f3b6f6e;p=rspamd.git * Remove output of symbol ')' at the run of rspamd --- 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];