]> git.pld-linux.org Git - packages/cflowd.git/blob - cflowd-yywrap.patch
- tabs in preamble
[packages/cflowd.git] / cflowd-yywrap.patch
1 diff -urN cflowd-2-1-b1.org/classes/src/config.lex cflowd-2-1-b1/classes/src/config.lex
2 --- cflowd-2-1-b1.org/classes/src/config.lex    2003-09-11 23:04:06.000000000 +0200
3 +++ cflowd-2-1-b1/classes/src/config.lex        2003-09-11 23:12:26.000000000 +0200
4 @@ -48,8 +48,11 @@
5             msg);
6      return;
7    }
8 +
9  %}
10  
11 +%option noyywrap
12 +
13  matched_OPTIONS ^[ \t]*OPTIONS[\t ]*[{][\t ]*
14  matched_LOGFACILITY ^[ \t]*LOGFACILITY[:][\t ]*
15  matched_TCPCOLLECTPORT ^[ \t]*TCPCOLLECTPORT[:][\t ]*
This page took 0.083037 seconds and 4 git commands to generate.