diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-08 20:15:34 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-08 20:15:34 +0000 |
commit | 46c28185abd94175e479cec1ffaa9f2dd89f9e38 (patch) | |
tree | 029f4813f9c9d7a601ac47bae5d9699c820344fc /gdb/symfile.c | |
parent | 414b2c8f7a865c2ff2fa381d618f7cd446dddbf4 (diff) | |
download | gdb-46c28185abd94175e479cec1ffaa9f2dd89f9e38.zip gdb-46c28185abd94175e479cec1ffaa9f2dd89f9e38.tar.gz gdb-46c28185abd94175e479cec1ffaa9f2dd89f9e38.tar.bz2 |
some gcc lint
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index d68ac20..c2ea7dc 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1195,7 +1195,7 @@ static void cashier_psymtab (pst) struct partial_symtab *pst; { - struct partial_symtab *ps, *pprev; + struct partial_symtab *ps, *pprev = NULL; int i; /* Find its previous psymtab in the chain */ |