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
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
=