From: Alfred M. Szmidt Date: Wed, 16 May 2007 17:37:02 +0000 (+0000) Subject: * reply_mig_hack.awk: Check for `auto const mach_msg_type_t' declarations as well. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=b970e5bc67dfc3d27658df23196f65ac91ed9453;p=deliverable%2Fbinutils-gdb.git * reply_mig_hack.awk: Check for `auto const mach_msg_type_t' declarations as well. --- diff --git a/gdb/reply_mig_hack.awk b/gdb/reply_mig_hack.awk index aded177731..8330f0c882 100644 --- a/gdb/reply_mig_hack.awk +++ b/gdb/reply_mig_hack.awk @@ -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++;