2005-01-13 Michael Snyder <msnyder@redhat.com>
* mdebugread.c: Whitespace tweaks.
This commit is contained in:
parent
ba5e7e8df2
commit
28397f5986
@ -1,5 +1,6 @@
|
||||
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* mdebugread.c: Whitespace tweaks.
|
||||
* main.c: Whitespace tweaks.
|
||||
* interps.c: Whitespace tweaks.
|
||||
* infrun.c: Whitespace tweaks.
|
||||
|
@ -788,7 +788,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend,
|
||||
struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
|
||||
/* The next test should normally be true, but provides a
|
||||
hook for nested functions (which we don't want to make
|
||||
global). */
|
||||
global). */
|
||||
if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK))
|
||||
b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
|
||||
/* Irix 5 sometimes has duplicate names for the same
|
||||
|
Loading…
Reference in New Issue
Block a user