diff options
Diffstat (limited to 'gdb/values.c')
-rw-r--r-- | gdb/values.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/values.c b/gdb/values.c index a3b6abd..954f620 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -41,6 +41,8 @@ static void show_values PARAMS ((char *, int)); static void show_convenience PARAMS ((char *, int)); +static int vb_match PARAMS ((struct type *, int, struct type *)); + /* The value-history records all the values printed by print commands during this session. Each chunk records 60 consecutive values. The first chunk on |