Index: infrun.c =================================================================== RCS file: /cvs/src/src/gdb/infrun.c,v retrieving revision 1.61 diff -c -3 -p -r1.61 infrun.c *** infrun.c 25 Jun 2002 18:38:57 -0000 1.61 --- infrun.c 18 Jul 2002 01:11:53 -0000 *************** handle_inferior_event (struct execution_ *** 1418,1425 **** target_last_wait_ptid = ecs->ptid; target_last_waitstatus = *ecs->wp; - /* Keep this extra brace for now, minimizes diffs. */ - { switch (ecs->infwait_state) { case infwait_thread_hop_state: --- 1418,1423 ---- *************** handle_inferior_event (struct execution_ *** 2936,2943 **** } keep_going (ecs); - - } /* extra brace, to preserve old indentation */ } /* Are we in the middle of stepping? */ --- 2934,2939 ----