perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r23303 - trunk/include/parrot

Subject: [svn:parrot] r23303 - trunk/include/parrot
From:
Date: Sat, 1 Dec 2007 00:27:11 -0800 PST
Newsgroups: perl.cvs.parrot

Author: allison
Date: Sat Dec  1 00:27:07 2007
New Revision: 23303

Modified:
   trunk/include/parrot/interpreter.h

Log:
[pdd15oo] Remove no-longer used 'pmc_proxies' entry from the interpreter struct.


Modified: trunk/include/parrot/interpreter.h
==============================================================================
--- trunk/include/parrot/interpreter.h  (original)
+++ trunk/include/parrot/interpreter.h  Sat Dec  1 00:27:07 2007
@@ -308,7 +308,6 @@
 
     PMC    *class_hash;                       /* Hash of classes */
     VTABLE **vtables;                         /* array of vtable ptrs */
-    PMC    *pmc_proxies;                      /* PMC array of PMC Proxy 
objects */
     int    n_vtable_max;                      /* highest used type */
     int    n_vtable_alloced;                  /* alloced vtable space */
 

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r23303 - trunk/include/parrot, allison <=