projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8acf767
)
* printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Thu, 2 Sep 1993 05:46:57 +0000
(
05:46
+0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Thu, 2 Sep 1993 05:46:57 +0000
(
05:46
+0000)
gdb/printcmd.c
patch
|
blob
|
history
diff --git
a/gdb/printcmd.c
b/gdb/printcmd.c
index 42c7079be3ac111137c037356b626ea4ee405fbd..bd9035376c85d2caceceb0838b2f42345015529f 100644
(file)
--- 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;