]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote-rdp.c
import gdb-1999-08-09 snapshot
[thirdparty/binutils-gdb.git] / gdb / remote-rdp.c
index 9b6584d874a178227791880e2948cf0e9c644c52..6701f740078c6bc7b71b5cf29dd81f1185d5053f 100644 (file)
 #include "value.h"
 #include "callback.h"
 #include "command.h"
-#ifdef ANSI_PROTOTYPES
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
 #include <ctype.h>
 #include <fcntl.h>
 #include "symfile.h"
@@ -379,23 +374,13 @@ rdp_init (cold, tty)
 }
 
 
-#ifdef ANSI_PROTOTYPES
 void
 send_rdp (char *template,...)
-#else
-void
-send_rdp (char *template, va_alist)
-     va_dcl
-#endif
 {
   char buf[200];
   char *dst = buf;
   va_list alist;
-#ifdef ANSI_PROTOTYPES
   va_start (alist, template);
-#else
-  va_start (alist);
-#endif
 
   while (*template)
     {