[Ups-cvs] ups/lib/libdwarf dwarf_macro.c,1.5,1.6
Brought to you by:
ianedwards
From: Tom H. <th...@us...> - 2005-03-15 15:24:46
|
Update of /cvsroot/ups/ups/lib/libdwarf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27202 Modified Files: dwarf_macro.c Log Message: Initialise depth correctly so we get all the macros. Index: dwarf_macro.c =================================================================== RCS file: /cvsroot/ups/ups/lib/libdwarf/dwarf_macro.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** dwarf_macro.c 15 Mar 2005 15:20:44 -0000 1.5 --- dwarf_macro.c 15 Mar 2005 15:24:28 -0000 1.6 *************** *** 165,169 **** Dwarf_Unsigned endloc; unsigned char uc; ! unsigned long depth = 0; int res; --- 165,169 ---- Dwarf_Unsigned endloc; unsigned char uc; ! unsigned long depth = 1; int res; |