Hajimu UMEMOTO <ume@...> wrote:
> -{regex} {
> +<S_REGEX>{regex} {
> strncpy(yylval.regex, yytext, REGEXLEN);
> yylval.regex[PATHLEN] = '\0';
> return REGEX;
It breaks at mine on this change:
flex -oconf_lex.c conf_lex.l
"conf_lex.l", line 150: unrecognized rule
"conf_lex.l", line 151: unrecognized rule
"conf_lex.l", line 154: unknown error processing section 1
"conf_lex.l", line 169: fatal parse error
Any hint?
--
Emmanuel Dreyfus
Il y a 10 sortes de personnes dans le monde: ceux qui comprennent
le binaire et ceux qui ne le comprennent pas.
manu@...Message
Re: [milter-greylist] pattern for regex and comment
2004-10-21 by manu@netbsd.org