OSDN Git Service

* ada-lang.c (ada_array_bound, ada_type_match,
authoraidan <aidan>
Sun, 8 Sep 2002 17:43:49 +0000 (17:43 +0000)
committeraidan <aidan>
Sun, 8 Sep 2002 17:43:49 +0000 (17:43 +0000)
_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.

gdb/ada-valprint.c

index fc2db70..0a0c99a 100644 (file)
@@ -75,8 +75,7 @@ static int ada_val_print_1 (struct type *, char *, int, CORE_ADDR,
 
 /* Make TYPE unsigned if its range of values includes no negatives. */
 static void
-adjust_type_signedness (type)
-     struct type *type;
+adjust_type_signedness (struct type *type)
 {
   if (type != NULL && TYPE_CODE (type) == TYPE_CODE_RANGE
       && TYPE_LOW_BOUND (type) >= 0)