mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Dear check-names, where you accept struct, also accept union.
This commit is contained in:
@ -41,7 +41,7 @@ rm -f identifiers
|
|||||||
|
|
||||||
grep '^[^ /#{]' $HEADERS | \
|
grep '^[^ /#{]' $HEADERS | \
|
||||||
sed -e 's/^[^:]*://' | \
|
sed -e 's/^[^:]*://' | \
|
||||||
egrep -v '^(extern "C"|(typedef )?(struct|enum)( {)?$|};?$)' \
|
egrep -v '^(extern "C"|(typedef )?(struct|union|enum)( {)?$|};?$)' \
|
||||||
> _decls
|
> _decls
|
||||||
|
|
||||||
if true; then
|
if true; then
|
||||||
|
Reference in New Issue
Block a user