mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
* reply_mig_hack.awk: Check for `auto const mach_msg_type_t' declarations as well.
This commit is contained in:
parent
190dce0965
commit
b970e5bc67
@ -80,7 +80,7 @@ parse_phase == 4 {
|
||||
print; next;
|
||||
}
|
||||
|
||||
parse_phase == 5 && /^[ \t]*static const mach_msg_type_t/ {
|
||||
parse_phase == 5 && /^[ \t]*(auto|static) const mach_msg_type_t/ {
|
||||
# The type check structure for an argument.
|
||||
arg_check_name[num_checks] = $4;
|
||||
num_checks++;
|
||||
|
Loading…
Reference in New Issue
Block a user