Move __SIGRTMIN.
[deliverable/binutils-gdb.git] / gdb / break-catch-throw.c
index 209c3e3b1123dadd8a5f9dfb7e70128a2843e3a0..1ba505b6e49071c0752763e28c04c2d5624b5ec6 100644 (file)
@@ -229,12 +229,12 @@ re_set_exception_catchpoint (struct breakpoint *self)
         catchpoint mode.  */
       TRY
        {
-         struct explicit_location explicit;
+         struct explicit_location explicit_loc;
 
-         initialize_explicit_location (&explicit);
-         explicit.function_name
+         initialize_explicit_location (&explicit_loc);
+         explicit_loc.function_name
            = ASTRDUP (exception_functions[kind].function);
-         location = new_explicit_location (&explicit);
+         location = new_explicit_location (&explicit_loc);
          cleanup = make_cleanup_delete_event_location (location);
          self->ops->decode_location (self, location, &sals);
          do_cleanups (cleanup);
This page took 0.024896 seconds and 4 git commands to generate.