On Wednesday 22 October 2008 09:28:38 Bernhard Schmalhofer via RT wrote:

> Does this mean that this ticket can be closed and the deprecation item
> in DEPRECATED.pod be removed?

Not until we apply this patch and all tests still pass.

-- c

=== include/parrot/pobj.h
==================================================================
--- include/parrot/pobj.h	(revision 32390)
+++ include/parrot/pobj.h	(local)
@@ -55,12 +55,6 @@
 
 #define PObj_bufstart(pmc)    (pmc)->cache._b._bufstart
 #define PObj_buflen(pmc)      (pmc)->cache._b._buflen
-#define PMC_struct_val(pmc)   (pmc)->cache._ptrs._struct_val
-#define PMC_pmc_val(pmc)      (pmc)->cache._ptrs._pmc_val
-#define PMC_int_val(pmc)      (pmc)->cache._i._int_val
-#define PMC_int_val2(pmc)     (pmc)->cache._i._int_val2
-#define PMC_num_val(pmc)      (pmc)->cache._num_val
-#define PMC_str_val(pmc)      (pmc)->cache._string_val
 
 /* See src/gc/resources.c. the basic idea is that buffer memory is
    set up as follows:

Reply via email to