X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fch-typeprint.c;h=dc229570956980057061a0f440de2a2502dd001d;hb=00fdaf47d569ebbc021b5bdc8206b9c461387e44;hp=2a655abbf65b4c7a1568e7467d04eda2393fc500;hpb=72ec28b8afa357cdde70c612b4e0e9f37a34f8e4;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ch-typeprint.c b/gdb/ch-typeprint.c index 2a655abbf6..dc22957095 100644 --- a/gdb/ch-typeprint.c +++ b/gdb/ch-typeprint.c @@ -40,12 +40,8 @@ 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;