From 59527da01ed91d3e1b397499a5ecff7f58a0912b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 18 Feb 2000 22:15:46 +0000 Subject: * buildsym.h (add_free_pendings): Declare. * buildsym.c (add_free_pendings): New function. (make_blockvector): 32x64 fix using longest_local_hex_string(). (start_subfile): initialize variable 'subfile'. --- gdb/buildsym.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/buildsym.h') diff --git a/gdb/buildsym.h b/gdb/buildsym.h index a67d722..f9ef5f1 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -231,6 +231,8 @@ EXTERN int type_vector_length; #define INITIAL_TYPE_VECTOR_LENGTH 160 +extern void add_free_pendings (struct pending *list); + extern void add_symbol_to_list (struct symbol *symbol, struct pending **listhead); -- cgit v1.1