Author: chromatic
Date: Wed Feb 20 22:02:51 2008
New Revision: 25921

Modified:
   branches/pdd17pmc/src/pmc/exporter.pmc

Log:
[PMC] Converted Exporter PMC to PDD 17 attribute declarations.


Modified: branches/pdd17pmc/src/pmc/exporter.pmc
==============================================================================
--- branches/pdd17pmc/src/pmc/exporter.pmc      (original)
+++ branches/pdd17pmc/src/pmc/exporter.pmc      Wed Feb 20 22:02:51 2008
@@ -79,14 +79,6 @@
 */
 
 #include "parrot/parrot.h"
-#define PARROT_EXPORTER(e) ((Parrot_Exporter *) PMC_data(e))
-
-typedef struct Parrot_Exporter {
-    PMC *ns_src;
-    PMC *ns_dest;
-    PMC *globals;
-} Parrot_Exporter;
-
 
 /*
 
@@ -100,9 +92,11 @@
 
 */
 
-pmclass Exporter
-    need_ext {
+pmclass Exporter need_ext {
 
+    ATTR PMC *ns_src;
+    ATTR PMC *ns_dest;
+    ATTR PMC *globals;
 
 /*
 

Reply via email to