From c1d58bcded631ca0b325d3a10156d8727a029337 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 13 Aug 1996 04:27:08 +0000 Subject: * remote-pa.c (boot_board): Add dummy params to make type compatible for passing to add_com. * scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized. * buildsym.c (compare_line_numbers): Change function to match prototype and also what qsort expects. --- gdb/scm-exp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/scm-exp.c') diff --git a/gdb/scm-exp.c b/gdb/scm-exp.c index 70e7191..6399563 100644 --- a/gdb/scm-exp.c +++ b/gdb/scm-exp.c @@ -230,7 +230,7 @@ scm_lreadr (skipping) { int c, j; struct stoken str; - LONGEST svalue; + LONGEST svalue = 0; tryagain: c = *lexptr++; switch (c) -- cgit v1.1