Remove last traces of discard_all_inferiors
[deliverable/binutils-gdb.git] / gdb / reply_mig_hack.awk
index 1e2387aeb4aa76f04dbc01e1ac5976f81885fb13..52ab90bba39ce57be1880d8236edaf314ed57355 100644 (file)
@@ -1,6 +1,6 @@
 # Reply server mig-output massager
 #
-#   Copyright (C) 1995-2016 Free Software Foundation, Inc.
+#   Copyright (C) 1995-2020 Free Software Foundation, Inc.
 #
 #   Written by Miles Bader <miles@gnu.ai.mit.edu>
 #
@@ -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.029791 seconds and 4 git commands to generate.