+2002-02-01 Michael Snyder <msnyder@redhat.com>
+
+ * breakpoint.c (set_ignore_count): Move misplaced comment
+ back where it belongs.
+
2002-02-01 Andrew Cagney <ac131313@redhat.com>
* command.h (NO_FUNCTION): Delete macro.
#endif
}
\f
-/* Set ignore-count of breakpoint number BPTNUM to COUNT.
- If from_tty is nonzero, it prints a message to that effect,
- which ends with a period (no newline). */
-
/* Reset the thread number of this breakpoint:
- If the breakpoint is for all threads, leave it as-is.
}
}
+/* Set ignore-count of breakpoint number BPTNUM to COUNT.
+ If from_tty is nonzero, it prints a message to that effect,
+ which ends with a period (no newline). */
+
void
set_ignore_count (int bptnum, int count, int from_tty)
{