NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/43123 (milter-greylist not building on amd64-current)



On Apr 6,  6:19am, tron%NetBSD.org@localhost (tron%NetBSD.org@localhost) wrote:
-- Subject: Re: toolchain/43123 (milter-greylist not building on amd64-curren

| This is a bug in flex(1) in NetBSD-current. It generates the following code:

What happens if you add %option reject?

christos

| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up conf_text */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
| [...]
| #ifdef YY_USES_REJECT
| find_rule: /* we branch to this label when backing up */
| #endif
| [...]
| 
| It does however not define "YY_USES_REJECT" although it clearly
| recognized the reject rule.
| 
| 
-- End of excerpt from tron%NetBSD.org@localhost




Home | Main Index | Thread Index | Old Index