summaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-08-02 23:48:37 +0000
committerJason Molenda <jmolenda@apple.com>1999-08-02 23:48:37 +0000
commita0b3c4fd32cf8336bf7b69f373ef86d5c54035f6 (patch)
treecf8f31bccdd267252e6b3c9636a1d323397673e2 /gdb/buildsym.c
parent30727aa6d12fb866494020c0b62ab265a2bdcdfe (diff)
downloadbinutils-gdb-a0b3c4fd32cf8336bf7b69f373ef86d5c54035f6.tar.gz
import gdb-1999-08-02 snapshot
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index 860f4aaa075..5668afc482d 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -148,7 +148,7 @@ find_symbol_in_list (struct pending *list, char *name, int length)
/* ARGSUSED */
void
-really_free_pendings (int foo)
+really_free_pendings (PTR dummy)
{
struct pending *next, *next1;