Add samsung specific changes
This commit is contained in:
@@ -1032,6 +1032,10 @@ sub build_types {
|
||||
(?:
|
||||
(?:typeof|__typeof__)\s*\([^\)]*\)|
|
||||
(?:$typeTypedefs\b)|
|
||||
# Matching a \b breaks struct MOCK(foo) syntax,
|
||||
# so we need to have it not lumped in with the
|
||||
# types in @typeList.
|
||||
(?:struct\s+MOCK\($Ident\))|
|
||||
(?:${all}\b)
|
||||
)
|
||||
(?:\s+$Modifier|\s+const)*
|
||||
|
||||
Reference in New Issue
Block a user