* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / values.c
index a3b6abdad6f8370ff85bcd03b24a0fe7cc5065dc..954f6205513da3746922e1356062a4f40cd21e94 100644 (file)
@@ -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
This page took 0.023335 seconds and 4 git commands to generate.