* reply_mig_hack.awk: Check for `auto const mach_msg_type_t' declarations as well.

This commit is contained in:
Alfred M. Szmidt 2007-05-16 17:37:02 +00:00
parent 190dce0965
commit b970e5bc67

View File

@ -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++;