mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
* ada-lang.c (ada_array_bound, ada_type_match,
_initialize_ada_language): Fix K&R definitions. * ada-tasks.c (get_current_task): Fix K&R definitions. * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
This commit is contained in:
@ -270,7 +270,7 @@ get_self_id (void)
|
||||
}
|
||||
|
||||
int
|
||||
get_current_task ()
|
||||
get_current_task (void)
|
||||
{
|
||||
int result;
|
||||
|
||||
|
Reference in New Issue
Block a user