mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Dear check-names, where you accept struct, also accept union.
This commit is contained in:
parent
8b96cad204
commit
1d04b05fae
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ rm -f identifiers
|
|||
|
||||
grep '^[^ /#{]' $HEADERS | \
|
||||
sed -e 's/^[^:]*://' | \
|
||||
egrep -v '^(extern "C"|(typedef )?(struct|enum)( {)?$|};?$)' \
|
||||
egrep -v '^(extern "C"|(typedef )?(struct|union|enum)( {)?$|};?$)' \
|
||||
> _decls
|
||||
|
||||
if true; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue