Skip to content

Commit

Permalink
Fix macros after GC patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zmievski committed Oct 14, 2007
1 parent 798c222 commit ea74505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ define ____printzv_contents
set $zvalue = $arg0
set $type = $zvalue->type

printf "(refcount=%d", $zvalue->refcount
if $zvalue->is_ref
printf "(refcount=%d", $zvalue->refcount__gc
if $zvalue->is_ref__gc
printf ",is_ref"
end
printf ") "
Expand Down

0 comments on commit ea74505

Please sign in to comment.