Fix bug in sh_elf_reloc_loop
[deliverable/binutils-gdb.git] / gdb / ch-typeprint.c
index 2a655abbf65b4c7a1568e7467d04eda2393fc500..dc229570956980057061a0f440de2a2502dd001d 100644 (file)
 static void chill_type_print_base (struct type *, struct ui_file *, int, int);
 
 void
-chill_print_type (type, varstring, stream, show, level)
-     struct type *type;
-     char *varstring;
-     struct ui_file *stream;
-     int show;
-     int level;
+chill_print_type (struct type *type, char *varstring, struct ui_file *stream,
+                 int show, int level)
 {
   if (varstring != NULL && *varstring != '\0')
     {
@@ -68,11 +64,8 @@ chill_print_type (type, varstring, stream, show, level)
    We increase it for some recursive calls.  */
 
 static void
-chill_type_print_base (type, stream, show, level)
-     struct type *type;
-     struct ui_file *stream;
-     int show;
-     int level;
+chill_type_print_base (struct type *type, struct ui_file *stream, int show,
+                      int level)
 {
   register int len;
   register int i;
This page took 0.026567 seconds and 4 git commands to generate.