Remove unnecessary null_cleanup
[deliverable/binutils-gdb.git] / gdb / reply_mig_hack.awk
index 1e2387aeb4aa76f04dbc01e1ac5976f81885fb13..e4c513bc924a8f04582ca03b9a171f4ba379c392 100644 (file)
@@ -95,7 +95,7 @@ parse_phase == 4 {
   print; next;
 }
 
-parse_phase == 5 && /^[ \t]*(auto |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] = $(NF - 2);
   num_checks++;
This page took 0.024057 seconds and 4 git commands to generate.