mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-26 19:44:28 +00:00
fix style violation in ada-tasks.c comment
gdb/ChangeLog: * ada-tasks.c: Fix style violation in comment.
This commit is contained in:
parent
639e30d297
commit
b1ce2347b7
@ -1,3 +1,7 @@
|
||||
2011-01-06 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-tasks.c: Fix style violation in comment.
|
||||
|
||||
2011-01-06 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* linespec.c (decode_compound, find_method): Remove trailing \n
|
||||
|
@ -29,7 +29,7 @@
|
||||
Block of each task is stored. */
|
||||
#define KNOWN_TASKS_NAME "system__tasking__debug__known_tasks"
|
||||
|
||||
/* The maximum number of tasks known to the Ada runtime */
|
||||
/* The maximum number of tasks known to the Ada runtime. */
|
||||
static const int MAX_NUMBER_OF_KNOWN_TASKS = 1000;
|
||||
|
||||
enum task_states
|
||||
|
Loading…
x
Reference in New Issue
Block a user