diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-02 05:46:57 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-02 05:46:57 +0000 |
commit | d0aa33a64ee9e518056ae80fdf869bd78e997cfb (patch) | |
tree | 7a0be84ca312d19c6a0aa272f6ecfb9442211d06 /gdb/printcmd.c | |
parent | 8acf767cf1683e10757deeecde3b25f53b3734d0 (diff) | |
download | gdb-d0aa33a64ee9e518056ae80fdf869bd78e997cfb.zip gdb-d0aa33a64ee9e518056ae80fdf869bd78e997cfb.tar.gz gdb-d0aa33a64ee9e518056ae80fdf869bd78e997cfb.tar.bz2 |
* printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 42c7079..bd90353 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", <constructed va_list>) 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; |