diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-15 12:30:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-15 12:30:56 +0000 |
commit | 3bd3f01e7646b01b68efe47e0f158437183c82c7 (patch) | |
tree | 7b98843459b5a0aa304f7cee0dca83df9b327341 /gdb/rdi-share | |
parent | de5b9bb93a97c218441ce891c4fa0dc0787f1626 (diff) | |
download | gdb-3bd3f01e7646b01b68efe47e0f158437183c82c7.zip gdb-3bd3f01e7646b01b68efe47e0f158437183c82c7.tar.gz gdb-3bd3f01e7646b01b68efe47e0f158437183c82c7.tar.bz2 |
2003-06-15 Andrew Cagney <cagney@redhat.com>
* rdi-share/host.h (Fail): Change to a varargs function.
* remote-rdi.c (Fail): Update.
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r-- | gdb/rdi-share/host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rdi-share/host.h b/gdb/rdi-share/host.h index 2101072..121a823 100644 --- a/gdb/rdi-share/host.h +++ b/gdb/rdi-share/host.h @@ -215,6 +215,6 @@ extern double strtod(const char *str, char **ptr); #endif /* Needs to be supplied by the host. */ -extern void Fail (const char *); +extern void Fail (const char *, ...); /* end of host.h */ |