On Fri, 4 Aug 2017 08:37:14 -0700
Michael Forney <mforney_AT_mforney.org> wrote:
Hey Michael,
> You can't use identifiers that begin with '_', they are reserved for
> the C implementation:
>
> "All identifiers that begin with an underscore are always reserved for
> use as identifiers with file scope in both the ordinary and tag name
> spaces."
>
> (from C99 section 7.1.3)
thanks for reporting this! I totally forgot about that for some reason.
I fixed it in 0af2542eeb1b579af1a465279fe9a5d9a53c80e0.
With best regards
Laslo
--
Laslo Hunhold <dev_AT_frign.de>
Received on Fri Aug 04 2017 - 17:56:21 CEST