From d0aa33a64ee9e518056ae80fdf869bd78e997cfb Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 2 Sep 1993 05:46:57 +0000 Subject: [PATCH] * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h. --- gdb/printcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 42c7079be3a..bd9035376c8 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1764,7 +1764,7 @@ printf_command (arg, from_tty) /* We build up a va_list to pass to vprintf. This is unnecessary; instead of calling vprintf ("%d%f", ) we could just call printf ("%d", arg1); printf ("%f", arg2);. Funny - how I thought of that right *after* I the MAKEVA stuff pretty much + how I thought of that right *after* I got the MAKEVA stuff pretty much working... */ makeva_list *args_makeva; -- 2.30.2