OpenSSL::ParseC: recognise inline function bodies
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Sep 2020 15:10:44 +0000 (17:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 Sep 2020 16:07:24 +0000 (18:07 +0200)
commitfc661b50dfedfed1b067782665e0452ed964c22c
treeec64b8bc493853c80cd1da4ad6ba1764197a9b5c
parent4343a4187d28d719006642a610afea6e186832bf
OpenSSL::ParseC: recognise inline function bodies

Function bodies in headers weren't a thing when OpenSSL::ParseC was
created, at least not as clearly as they are nowadays.  This module
must evolve to recognise them (and promptly ignore them).

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12882)
util/perl/OpenSSL/ParseC.pm