Re: Leading underscores (was: Re: Deprecation)

2018-08-13 Thread Tim Rühsen
On 08/13/2018 11:30 AM, Niels Möller wrote: > Tim Rühsen writes: > >> #defines should not start with an underscore. C standards say this is >> reserved (for system headers !?) and some static analyzers complain >> about it. > > Note that Nettle has violated this rule since the very beginnings.

Leading underscores (was: Re: Deprecation)

2018-08-13 Thread Niels Möller
Tim Rühsen writes: > #defines should not start with an underscore. C standards say this is > reserved (for system headers !?) and some static analyzers complain > about it. Note that Nettle has violated this rule since the very beginnings. E.g, #define _MD5_DIGEST_LENGTH 4 has been in md5.h