From: Andrei Zmievski Date: Sun, 14 Oct 2007 02:48:30 +0000 (+0000) Subject: Fix macros after GC patch. X-Git-Tag: RELEASE_1_3_1~845 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea74505927150993e4653a14e7ee33f6e8f4f9e9;p=php Fix macros after GC patch. --- diff --git a/.gdbinit b/.gdbinit index 596f32e3ef..3bde459837 100644 --- a/.gdbinit +++ b/.gdbinit @@ -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 ") "