From: Jim Kingdon Date: Thu, 2 Sep 1993 05:46:57 +0000 (+0000) Subject: * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0aa33a64ee9e518056ae80fdf869bd78e997cfb;p=binutils-gdb.git * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h. --- 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;