Re: flex HAVE_DECL___FUNC__

2019-10-29 Thread Todd C . Miller
On Tue, 29 Oct 2019 11:06:28 +0800, Michael Mikonos wrote: > When reviewing flex's config.h I think we could enable > HAVE_DECL___FUNC__. This allows the flex_die() macro > to include __func__ in its output. For example: > > flex: fatal internal error at main.c:146 (flex_main): spooky error > > D

flex HAVE_DECL___FUNC__

2019-10-28 Thread Michael Mikonos
Hello, When reviewing flex's config.h I think we could enable HAVE_DECL___FUNC__. This allows the flex_die() macro to include __func__ in its output. For example: flex: fatal internal error at main.c:146 (flex_main): spooky error Does this look OK? - Michael Index: config.h =